Owl\Repositories\Eloquent\UserRoleRepository::getAll PHP Method

getAll() public method

public getAll ( )
    public function getAll()
    {
        return $this->userRole->orderBy('id', 'asc')->get();
    }
UserRoleRepository