class ModelsPruned (View source)

Methods

void
__construct(string $model, int $count)

Create a new event instance.

Details

void __construct(string $model, int $count)

Create a new event instance.

Parameters

string $model

The class name of the model that was pruned.

int $count

The number of pruned records.

Return Value

void