Artesaos\Defender\Repositories\Eloquent\AbstractEloquentRepository::all PHP Метод

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

Returns all from the current model.
public all ( ) : static
Результат static
    public function all()
    {
        return $this->model->all();
    }