Skip to content
Snippets Groups Projects
Commit 7d835b2b authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Problème : tous les rôles ne viennent pas de la BDD

Utilisation du RoleInterface standard de Laminas

(cherry picked from commit f227679a)
parent 3c666eaf
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ use UnicaenAuthentification\Authentication\Storage\Usurpation;
use UnicaenUtilisateur\Acl\NamedRole;
use UnicaenUtilisateur\Entity\Db\AbstractUser;
use UnicaenUtilisateur\Entity\Db\AbstractRole;
use UnicaenUtilisateur\Entity\Db\RoleInterface;
use Laminas\Permissions\Acl\Role\RoleInterface;
use UnicaenAuthentification\Entity\Ldap\People;
use UnicaenAuthentification\Entity\Shibboleth\ShibUser;
use UnicaenAuthentification\Event\UserRoleSelectedEvent;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment