Artesaos\Defender\Repositories\Eloquent\AbstractEloquentRepository::make PHP Method

make() public method

Set Relationships.
public make ( array $with = [] ) : Builder
$with array Relationships
return Illuminate\Database\Eloquent\Builder
    public function make(array $with = [])
    {
        return $this->model->with($with);
    }