class Illuminate / Database / Events / ModelsPruned
You are viewing an older version of the documentation. For the latest, please visit master documentation.

ModelsPruned

Properties

public

$model string

The class name of the model that was pruned.

Default: null
public

$count int

The number of pruned records.

Default: null

Methods

public

__construct ( $model , $count ) : void

Create a new event instance.

Parameters

  • $model string
  • $count int