Owl\Repositories\Eloquent\UserRoleRepository::getAll PHP Méthode

getAll() public méthode

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