feat(pivot): add support for multiple pivot types when using the same accessor (#1597)

* feat(pivot): add support for multiple pivot types when using the same accessor

* composer fix-style

* changelog

* resolve namespaces

* Revert "resolve namespaces"

This reverts commit 37559ab089.

* resolve namespaces

---------

Co-authored-by: laravel-ide-helper <[email protected]>
This commit is contained in:
Pieter Willekens
2024-10-28 11:32:19 +01:00
committed by GitHub
co-authored by laravel-ide-helper
parent 4b051e45c7
commit dc70337e48
5 changed files with 104 additions and 3 deletions
+7 -1
View File
@@ -2,7 +2,13 @@
All notable changes to this project will be documented in this file.
[Next release](https://github.com/barryvdh/laravel-ide-helper/compare/v3.1.0...master)
[Next release](https://github.com/barryvdh/laravel-ide-helper/compare/v3.2.0...master)
--------------
### Changed
Add support for multiple pivot types when using the same accessor.
2024-10-18, 3.2.0
--------------
### Fixed