Skip to content

Commit

Permalink
Merge pull request #5096 from devcircus/reword-release-note-pivot-events
Browse files Browse the repository at this point in the history
Clarify release note pivot events
  • Loading branch information
taylorotwell committed Mar 29, 2019
2 parents 144e300 + 886eb79 commit 1fa7e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ However, this can become cumbersome and repetitive if you are specifying the sam

### Intermediate Table / Pivot Model Events

In previous versions of Laravel, Eloquent model events were not dispatched when attaching, detaching, or syncing custom intermediate table / "pivot" models of a many-to-many relationship. When using [custom intermediate table models](/docs/{{version}}/eloquent-relationships#defining-custom-intermediate-table-models) in Laravel 5.8, these events will now be dispatched.
In previous versions of Laravel, [Eloquent model events](/docs/{{version}}/eloquent#events) were not dispatched when attaching, detaching, or syncing custom intermediate table / "pivot" models of a many-to-many relationship. When using [custom intermediate table models](/docs/{{version}}/eloquent-relationships#defining-custom-intermediate-table-models) in Laravel 5.8, the applicable model events will now be dispatched.

### Artisan Call Improvements

Expand Down

0 comments on commit 1fa7e29

Please sign in to comment.