-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multiple changes to improve support for relationship pivot data
Pivot::fromAttributes() instead of new Pivot(): laravel/framework@06f01cf & laravel/framework@4b30aad (protected) Pivot()->parent -> (public) Pivot()->pivotParent: laravel/framework@29a181f & laravel/framework@22c3c02 $otherKey -> $relatedKey: laravel/framework@d2a7777 Added fromRawAttributes() method to Pivot: laravel/framework@f356419 Various improvements to setKeysForSaveQuery(): laravel/framework@8d82618, laravel/framework@e9f37ed Fire model events when deleting Pivot models: laravel/framework#27571 Fixed Pivot serialization: laravel/framework@b52d314 & laravel/framework#31956
- Loading branch information
1 parent
a208f57
commit 3e8660e
Showing
6 changed files
with
228 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.