class
Illuminate
/
Database
/
Events
/
ModelPruningFinished
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
ModelPruningFinished
Properties
public
$models class-string[]
The class names of the models that were pruned.
Default: null
Methods
public
__construct ( $models ) : void
Create a new event instance.
Parameters
- $models class-string[]