PHP Trait Devise\Support\Sortable\Sortable

Show file Open project: devisephp/cms

Public Methods

Method Description
newQuery ( boolean $excludeDeleted = true ) : Builder | static Get a new query builder for the model's table.

Method Details

newQuery() public method

Get a new query builder for the model's table.
public newQuery ( boolean $excludeDeleted = true ) : Builder | static
$excludeDeleted boolean
return Illuminate\Database\Eloquent\Builder | static