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
+11
View File
@@ -13,6 +13,17 @@ return [
'filename' => '_ide_helper.php',
/*
|--------------------------------------------------------------------------
| Models filename
|--------------------------------------------------------------------------
|
| The default filename for the models helper file
|
*/
'models_filename' => '_ide_helper_models.php',
/*
|--------------------------------------------------------------------------
| Where to write the PhpStorm specific meta file