diff --git a/config/module.config.php b/config/module.config.php index ffa61bf1add688852e47290563d67ced973f2ac9..6bfd37c815686e12f711c2fefb21b1f4fa56f093 100644 --- a/config/module.config.php +++ b/config/module.config.php @@ -159,7 +159,7 @@ return array( 'Zend\Authentication\AuthenticationService' => 'zfcuser_auth_service', ), 'invokables' => array( - + 'unicaen-auth_user_service' => 'UnicaenAuth\Service\User', ), 'abstract_factories' => array( 'UnicaenAuth\Authentication\Adapter\AbstractFactory',