Loading src/UnicaenAuth/Service/User.php +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ class User implements ServiceManagerAwareInterface, EventManagerAwareInterface } // update/insert de l'utilisateur dans la table de l'appli $mapper = $this->getServiceManager()->get('zfcuser_user_mapper'); /* @var $mapper \ZfcUser\Mapper\User */ $mapper = $this->getServiceManager()->get('zfcuser_user_mapper'); /* @var $mapper \ZfcUserDoctrineORM\Mapper\User */ try { $entity = $mapper->findByUsername($username); if (!$entity) { Loading Loading
src/UnicaenAuth/Service/User.php +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ class User implements ServiceManagerAwareInterface, EventManagerAwareInterface } // update/insert de l'utilisateur dans la table de l'appli $mapper = $this->getServiceManager()->get('zfcuser_user_mapper'); /* @var $mapper \ZfcUser\Mapper\User */ $mapper = $this->getServiceManager()->get('zfcuser_user_mapper'); /* @var $mapper \ZfcUserDoctrineORM\Mapper\User */ try { $entity = $mapper->findByUsername($username); if (!$entity) { Loading