UseEloquentBuilder
class UseEloquentBuilder
Declare the Eloquent builder class for a model using an attribute.
When placed on a model class, the model will use the specified builder class when creating new query builder instances via newEloquentBuilder().
Methods
__construct(string $builderClass)
Create a new attribute instance.
Details
at line 29
__construct(string $builderClass)
Create a new attribute instance.