Skip to content

Commit

Permalink
Make link relative.
Browse files Browse the repository at this point in the history
  • Loading branch information
devcircus committed Mar 29, 2019
1 parent e36fc79 commit 886eb79
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](https://laravel.com/docs/5.8/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.
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 886eb79

Please sign in to comment.