Loading src/UnicaenAuth/Service/UserContextFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ class UserContextFactory */ public function __invoke(ServiceLocatorInterface $sl) { $service = new UserContextService(); $service = new UserContext(); return $service; } Loading Loading
src/UnicaenAuth/Service/UserContextFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ class UserContextFactory */ public function __invoke(ServiceLocatorInterface $sl) { $service = new UserContextService(); $service = new UserContext(); return $service; } Loading