Enable caching. Remove stuff for development.

This commit is contained in:
James Cole
2016-05-15 14:48:21 +02:00
parent 5065b1ee03
commit a84de5db77
22 changed files with 27 additions and 964 deletions

View File

@@ -100,7 +100,7 @@ class ReportController extends Controller
$cache->addProperty($accounts);
$cache->addProperty($end);
if ($cache->has()) {
// return Response::json($cache->get());
return Response::json($cache->get());
}
// always per month.