Fix model factory method arguments for Laravel >= 9 (#1361)

This commit is contained in:
Wim Reckman
2022-08-11 12:32:14 +02:00
committed by GitHub
parent 6e26f22c76
commit 5eadd2c7de
5 changed files with 125 additions and 4 deletions
+1
View File
@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
### Fixes
- Handle PHP 8.1 deprecation warnings when passing `null` to `new \ReflectionClass` [#1351 / mfn](https://github.com/barryvdh/laravel-ide-helper/pull/1351)
- Fix model factory method arguments for Laravel >= 9 [#1361 / wimski](https://github.com/barryvdh/laravel-ide-helper/pull/1361)
2022-03-06, 2.12.3
------------------