Enable cache again.

This commit is contained in:
James Cole
2024-12-27 19:47:35 +01:00
parent 68b446db18
commit f191086adb
10 changed files with 14 additions and 14 deletions

View File

@@ -145,7 +145,7 @@ class ReportController extends Controller
$cache->addProperty($accounts);
$cache->addProperty($end);
if ($cache->has()) {
// return response()->json($cache->get());
return response()->json($cache->get());
}
Log::debug('Going to do operations for accounts ', $accounts->pluck('id')->toArray());