mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-02-23 08:39:59 +00:00
php cs fixes
This commit is contained in:
@@ -20,6 +20,7 @@ use Symfony\Component\HttpFoundation\Request;
|
||||
class EvaluationController extends CRUDController
|
||||
{
|
||||
public function __construct(private readonly EvaluationRepository $repository) {}
|
||||
|
||||
protected function orderQuery(string $action, $query, Request $request, PaginatorInterface $paginator)
|
||||
{
|
||||
$query->addOrderBy('e.id', 'ASC');
|
||||
|
||||
Reference in New Issue
Block a user