From: Raphaƫl Gertz Date: Wed, 21 Feb 2024 11:16:58 +0000 (+0100) Subject: Rename findIndexByGroupPseudonym function in findChoicesAsArray X-Git-Tag: 0.3.0~80 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/2de9e441eb89a3d4d8fa4384b2092c94519fcaea Rename findIndexByGroupPseudonym function in findChoicesAsArray --- diff --git a/Controller/ApplicationController.php b/Controller/ApplicationController.php index 5a787dc..39e06eb 100644 --- a/Controller/ApplicationController.php +++ b/Controller/ApplicationController.php @@ -104,7 +104,7 @@ class ApplicationController extends AbstractController { //With user 'user' => $this->isGranted('ROLE_ADMIN'), //Set user choices - 'user_choices' => $this->doctrine->getRepository(User::class)->findIndexByGroupPseudonym(), + 'user_choices' => $this->doctrine->getRepository(User::class)->findChoicesAsArray(), //Set default user to current 'user_default' => $this->getUser()->getId(), //Set default slot to evening