Loading module/Application/src/Application/Controller/Factory/UtilisateurControllerFactory.php +1 −0 Original line number Diff line number Diff line Loading @@ -84,6 +84,7 @@ class UtilisateurControllerFactory $controller->setNotifierService($notifierService); $controller->setEntityManager($entityManager); $controller->setUserContextService($userContextService); $controller->setServiceUserContext($userContextService); $controller->setUserService($userService); $controller->setShibService($shibService); $controller->setAuthenticationService($authenticationService); Loading Loading
module/Application/src/Application/Controller/Factory/UtilisateurControllerFactory.php +1 −0 Original line number Diff line number Diff line Loading @@ -84,6 +84,7 @@ class UtilisateurControllerFactory $controller->setNotifierService($notifierService); $controller->setEntityManager($entityManager); $controller->setUserContextService($userContextService); $controller->setServiceUserContext($userContextService); $controller->setUserService($userService); $controller->setShibService($shibService); $controller->setAuthenticationService($authenticationService); Loading