Locker\Repository\Lrs\EloquentRepository::where PHP Method

where() protected method

Constructs a query restricted by the given options.
protected where ( array $opts ) : Jenssegers\Mongodb\Eloquent\Builder
$opts array
return Jenssegers\Mongodb\Eloquent\Builder
    protected function where(array $opts)
    {
        return new $this->model();
    }