Add support for CastsInboundAttributes (#1329)

* Add support for CastsInboundAttributes

* Update changelog

Co-authored-by: Simon Verwaard <[email protected]>
This commit is contained in:
sforward
2022-09-13 10:42:06 +02:00
committed by GitHub
co-authored by Simon Verwaard
parent e8ecb3da88
commit dda200fd34
5 changed files with 32 additions and 0 deletions
+3
View File
@@ -11,6 +11,9 @@ All notable changes to this project will be documented in this file.
- Fix issue where \Eloquent is not included when using write_mixin [#1352 / Jefemy](https://github.com/barryvdh/laravel-ide-helper/pull/1352)
- Fix model factory method arguments for Laravel >= 9 [#1361 / wimski](https://github.com/barryvdh/laravel-ide-helper/pull/1361)
### Added
- Add support for custom casts that implement `CastsInboundAttributes` [#1329 / sforward](https://github.com/barryvdh/laravel-ide-helper/pull/1329)
2022-03-06, 2.12.3
------------------