Add caching to various queries and lists.

This commit is contained in:
James Cole
2015-12-26 08:44:34 +01:00
parent 3ca1207231
commit 79392ab656
3 changed files with 42 additions and 3 deletions

View File

@@ -244,7 +244,6 @@ class JsonController extends Controller
foreach ($list as $entry) {
$return[] = $entry->name;
}
sort($return);
return Response::json($return);
}