fix: restore helpers to Helpers because not worth it

This commit is contained in:
Phan An 2024-01-11 23:20:42 +01:00
parent 3326bc5081
commit d548cff3b2
4 changed files with 3 additions and 3 deletions

View file

@ -60,7 +60,7 @@
"Database\\Seeders\\": "database/seeders/"
},
"files": [
"app/helpers.php"
"app/Helpers.php"
]
},
"autoload-dev": {
@ -72,7 +72,7 @@
"Database\\Factories\\": "database/factories/"
},
"files": [
"tests/helpers.php"
"tests/Helpers.php"
]
},
"scripts": {

View file

@ -26,7 +26,7 @@ return [
'include_helpers' => false,
'helper_files' => [
base_path() . '/vendor/laravel/framework/src/Illuminate/Support/helpers.php',
base_path() . '/vendor/laravel/framework/src/Illuminate/Support/Helpers.php',
],
/*