Enabled cache [skip ci]

This commit is contained in:
James Cole
2016-11-19 15:17:00 +01:00
parent 50b72cf229
commit 23925a0076

View File

@@ -207,7 +207,7 @@ class BudgetController extends Controller
$cache->addProperty('budget'); $cache->addProperty('budget');
$cache->addProperty('period'); $cache->addProperty('period');
if ($cache->has()) { if ($cache->has()) {
//return Response::json($cache->get()); return Response::json($cache->get());
} }
// the expenses: // the expenses: