Prunable
trait Prunable (View source)
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
int
pruneAll(int $chunkSize = 1000)
Prune all prunable models in the database.
Builder
prunable()
Get the prunable model query.
bool|null
prune()
Prune the model in the database.
protected void
pruning()
Prepare the model for pruning.