mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-01 19:49:40 +00:00
Apply new rector rules regarding to PHP version to 8.4
This commit is contained in:
@@ -17,6 +17,7 @@ use Symfony\Component\HttpFoundation\Request;
|
||||
|
||||
class HouseholdPositionController extends CRUDController
|
||||
{
|
||||
#[\Override]
|
||||
protected function orderQuery(string $action, $query, Request $request, PaginatorInterface $paginator)
|
||||
{
|
||||
$query->addOrderBy('e.id', 'ASC');
|
||||
|
||||
Reference in New Issue
Block a user