trait
Illuminate
/
Database
/
Eloquent
/
Prunable
Prunable
Methods
public
pruneAll ( int $chunkSize ) : int
Prune all prunable models in the database.
Parameters
- $chunkSize int
public
prune ( ) : bool|null
Prune the model in the database.
protected
pruning ( ) : void
Prepare the model for pruning.