LMongo\Eloquent\Model::query PHP Method

query() public static method

Begin querying the model.
public static query ( ) : Builder
return Illuminate\Database\Eloquent\Builder
    public static function query()
    {
        return with(new static())->newQuery();
    }
Model