Implemented a forgotten chart.

This commit is contained in:
James Cole
2015-06-28 12:41:58 +02:00
parent a8d60388ba
commit 60254dafd7
7 changed files with 65 additions and 14 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();