BookStack\Repos\UserRepo::getRestrictableRoles PHP Метод

getRestrictableRoles() публичный Метод

Get all the roles which can be given restricted access to other entities in the system.
public getRestrictableRoles ( ) : mixed
Результат mixed
    public function getRestrictableRoles()
    {
        return $this->role->where('system_name', '!=', 'admin')->get();
    }