Add support in morphTo relationship for null values (1547) (#1549)

Co-authored-by: Barry vd. Heuvel <[email protected]>
This commit is contained in:
michal
2024-07-12 16:06:56 +02:00
committed by GitHub
co-authored by Barry vd. Heuvel
parent 672acce5ae
commit f7a3dc8ff2
6 changed files with 132 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
### Added
- Add type to pivot when using a custom pivot class [#1518 / d3v2a](https://github.com/barryvdh/laravel-ide-helper/pull/1518)
- Add support in morphTo relationship for null values [#1547 / matysekmichal](https://github.com/barryvdh/laravel-ide-helper/pull/1547)
- Add support for AsEnumCollection casts [#1557 / Braunson](https://github.com/barryvdh/laravel-ide-helper/pull/1557)
- Support for Attribute class in attributes [#1567 / stefanScrumble](https://github.com/barryvdh/laravel-ide-helper/pull/1567)