Move default models filename to config (#1241)

* Move default models filename to config

* Add default value when getting models helper filename from config

* composer fix-style

Co-authored-by: laravel-ide-helper <[email protected]>
This commit is contained in:
Wim Reckman
2021-08-10 07:12:56 +02:00
committed by GitHub
co-authored by laravel-ide-helper
parent 52a4b64656
commit c733bde1ea
3 changed files with 22 additions and 3 deletions
+3
View File
@@ -13,6 +13,9 @@ 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)
### Changed
- Move default models helper filename to config [\#1241 / wimski](https://github.com/barryvdh/laravel-ide-helper/pull/1241)
2021-06-18, 2.10.1
------------------
### Added