Add pivot class property (#1518)

* Add pivot class property

* Add test for pivot class properties

* Fix failed test for pivot class properties

* Update CHANGELOG.md

* Fix failed test
This commit is contained in:
dev2a
2024-03-11 14:37:15 +01:00
committed by GitHub
parent bc1d67f01c
commit ac7e186270
6 changed files with 107 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
### Changed
### Added
- Add type to pivot when using a custom pivot class [#1518 / d3v2a](https://github.com/barryvdh/laravel-ide-helper/pull/1518)
2024-03-01, 3.0.0
------------------