trait MassPrunable

Methods

int
pruneAll(int $chunkSize = 1000)

Prune all prunable models in the database.

prunable()

Get the prunable model query.

Details

at line 15
int pruneAll(int $chunkSize = 1000)

Prune all prunable models in the database.

Parameters

int $chunkSize

Return Value

int

at line 45
Builder prunable()

Get the prunable model query.

Return Value

Builder