This commit is contained in:
Taylor Otwell 2018-08-25 08:42:04 -05:00
parent e282c898bd
commit b2990dbc63
1 changed files with 0 additions and 1 deletions

View File

@ -734,7 +734,6 @@ The `retrieved` event will fire when an existing model is retrieved from the dat
> {note} When issuing a mass update via Eloquent, the `saved` and `updated` model events will not be fired for the updated models. This is because the models are never actually retrieved when issuing a mass update.
To get started, define a `$dispatchesEvents` property on your Eloquent model that maps various points of the Eloquent model's lifecycle to your own [event classes](/docs/{{version}}/events):
<?php