Support variadic parameters in models command (#1234)

This commit is contained in:
Karel Faille
2021-08-04 11:13:23 +02:00
committed by GitHub
parent b162347aff
commit 3b75048d12
6 changed files with 82 additions and 1 deletions
+3
View File
@@ -10,6 +10,9 @@ All notable changes to this project will be documented in this file.
### Fixed
- Use platformName to determine db type when casting boolean types [\#1212 / stockalexander](https://github.com/barryvdh/laravel-ide-helper/pull/1212)
### Added
- Add support of variadic parameters in `ide-helper:models` [\#1234 / shaffe-fr](https://github.com/barryvdh/laravel-ide-helper/pull/1234)
2021-04-09, 2.10.0
------------------
### Added