mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix cs
This commit is contained in:
parent
406cfc86cd
commit
54dbf711f9
@ -36,11 +36,11 @@ class LocationApiController extends ApiController
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param QueryBuilder $query
|
* @param QueryBuilder $query
|
||||||
|
* @param mixed $_format
|
||||||
*/
|
*/
|
||||||
protected function orderQuery(string $action, $query, Request $request, PaginatorInterface $paginator, $_format)
|
protected function orderQuery(string $action, $query, Request $request, PaginatorInterface $paginator, $_format)
|
||||||
{
|
{
|
||||||
return $query
|
return $query
|
||||||
->addOrderBy('e.name', 'ASC');
|
->addOrderBy('e.name', 'ASC');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user