Prunable
trait Prunable
Methods
int
pruneAll(int $chunkSize = 1000)
Prune all prunable models in the database.
bool|null
prune()
Prune the model in the database.
void
pruning()
Prepare the model for pruning.
Details
at line 17
int
pruneAll(int $chunkSize = 1000)
Prune all prunable models in the database.
at line 52
Builder
prunable()
Get the prunable model query.
at line 60
bool|null
prune()
Prune the model in the database.
at line 72
protected void
pruning()
Prepare the model for pruning.