X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/5cd9b7af3c72cfd6f53885fda8b69c63ec24b689..2de9e441eb89a3d4d8fa4384b2092c94519fcaea:/Controller/ApplicationController.php 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