Enable cache again.

This commit is contained in:
James Cole
2020-01-19 18:09:34 +01:00
parent 9b420c461f
commit 154ac8b73c

View File

@@ -108,7 +108,7 @@ class BillController extends Controller
$cache->addProperty('chart.bill.single');
$cache->addProperty($bill->id);
if ($cache->has()) {
//return response()->json($cache->get()); // @codeCoverageIgnore
return response()->json($cache->get()); // @codeCoverageIgnore
}
/** @var GroupCollectorInterface $collector */