Allow casts without property (#1267)

* Allow casts without property

* Update changelog
This commit is contained in:
Silvan Krähenbühl
2021-10-25 13:45:30 +02:00
committed by GitHub
parent dd12b7cdcb
commit a091b9c94a
4 changed files with 5 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
### Added
- Add support of variadic parameters in `ide-helper:models` [\#1234 / shaffe-fr](https://github.com/barryvdh/laravel-ide-helper/pull/1234)
- Add support of custom casts without properties [\#1267 / sparclex](https://github.com/barryvdh/laravel-ide-helper/pull/1267)
### Changed
- Move default models helper filename to config [\#1241 / wimski](https://github.com/barryvdh/laravel-ide-helper/pull/1241)