fix: correct PSR-4 autoload configuration in composer.json
This commit is contained in:
parent
9f8c8d43f5
commit
aa39707e10
1 changed files with 1 additions and 2 deletions
|
|
@ -27,8 +27,7 @@
|
|||
"pestphp/pest-plugin-laravel": "^4.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "laravel/pail": "^1.2.2",
|
||||
|
||||
"psr-4": {
|
||||
"App\\": "app/",
|
||||
"Database\\Factories\\": "database/factories/",
|
||||
"Database\\Seeders\\": "database/seeders/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue