REBELinBLUE\Deployer\Repositories\EloquentRepository::getAll PHP Method

getAll() public method

Get's all records from the model.
public getAll ( ) : Illuminate\Database\Eloquent\Collection
return Illuminate\Database\Eloquent\Collection
    public function getAll()
    {
        return $this->model->all();
    }