diff --git a/src/Bundle/ChillMainBundle/Controller/LocationApiController.php b/src/Bundle/ChillMainBundle/Controller/LocationApiController.php index 237e91792..2cf5caaf9 100644 --- a/src/Bundle/ChillMainBundle/Controller/LocationApiController.php +++ b/src/Bundle/ChillMainBundle/Controller/LocationApiController.php @@ -36,11 +36,11 @@ class LocationApiController extends ApiController /** * @param QueryBuilder $query + * @param mixed $_format */ protected function orderQuery(string $action, $query, Request $request, PaginatorInterface $paginator, $_format) { return $query ->addOrderBy('e.name', 'ASC'); } - }