trait Illuminate / Database / Eloquent / MassPrunable
You are viewing an older version of the documentation. For the latest, please visit master documentation.

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.