Loading src/UnicaenAuth/Service/UserContext.php +1 −1 Original line number Diff line number Diff line Loading @@ -294,7 +294,7 @@ class UserContext extends AbstractService implements EventManagerAwareInterface * * @return boolean */ protected function isRoleValid($role) public function isRoleValid($role) { if ($role instanceof RoleInterface) { $role = $role->getRoleId(); Loading Loading
src/UnicaenAuth/Service/UserContext.php +1 −1 Original line number Diff line number Diff line Loading @@ -294,7 +294,7 @@ class UserContext extends AbstractService implements EventManagerAwareInterface * * @return boolean */ protected function isRoleValid($role) public function isRoleValid($role) { if ($role instanceof RoleInterface) { $role = $role->getRoleId(); Loading