Reinstate sorting.

This commit is contained in:
James Cole
2016-05-11 08:10:05 +02:00
parent 934656c954
commit 9f8faf15f1
6 changed files with 14 additions and 9 deletions

View File

@@ -82,8 +82,6 @@ class CategoryController extends Controller
$data = $this->generator->all($entries);
$cache->store($data);
return ' ' . json_encode($data);
return Response::json($data);
}