trait Illuminate / Database / Eloquent / MassPrunable
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

MassPrunable

Methods

public

pruneAll ( int $chunkSize ) : int

Prune all prunable models in the database.

Parameters

  • $chunkSize int
public

prunable ( ) : Builder

Get the prunable model query.