Less queries for category frontpage chart.

This commit is contained in:
James Cole
2015-12-29 10:08:40 +01:00
parent 658265c938
commit 0fd0d7d080
2 changed files with 46 additions and 30 deletions

View File

@@ -123,7 +123,6 @@ class CategoryController extends Controller
$data = $this->generator->frontpage($set);
$cache->store($data);
return Response::json($data);
}