Fix bad cache call.

This commit is contained in:
James Cole
2023-01-11 06:18:42 +01:00
parent 65df355440
commit 124d3aaf96

View File

@@ -625,7 +625,6 @@ class CategoryController extends Controller
} }
} }
} }
$cache->store($data);
$report = $data; $report = $data;