Commit e3db0de8 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Ouverture au public de UserContext::isRoleValid().

parent 0bdb8970
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();