abstract class EloquentModel extends Model
Class EloquentModel is the base model in devise and gives us the ability to sort and filter objects with minimal effort
Methods
| Builder|EloquentModel |
newQuery(bool $excludeDeleted = true)
Get a new query builder for the model's table. |
Details
at line 20
public Builder|EloquentModel
newQuery(bool $excludeDeleted = true)
Get a new query builder for the model's table.