Completed the index.

This commit is contained in:
James Cole
2015-06-27 17:32:52 +02:00
parent f728395603
commit 4cceb3ddaa
9 changed files with 178 additions and 8 deletions

View File

@@ -57,7 +57,7 @@ class BillController extends Controller
$cache->addProperty('bills');
$cache->addProperty('frontpage');
if ($cache->has()) {
return Response::json($cache->get()); // @codeCoverageIgnore
//return Response::json($cache->get()); // @codeCoverageIgnore
}
$bills = $repository->getActiveBills();