trait Illuminate / Database / Eloquent / MassPrunable

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.