Commit f81aa483 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction injection manquante dans factory

parent 99f88603
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);