Skip to content

Commit 57e0594

Browse files
committed
chore: remove App\ and Config\ in autoload.psr-4 in app starter composer.json
Revert #3423 Problems: - Cannot change `app` folder name. Because the composer's path overwrite the config in Config\Autoload. - Causes error when defining new namespace under app/. See #5818
1 parent 6116588 commit 57e0594

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

admin/starter/composer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
"ext-fileinfo": "Improves mime type detection for files"
1818
},
1919
"autoload": {
20-
"psr-4": {
21-
"App\\": "app",
22-
"Config\\": "app/Config"
23-
},
2420
"exclude-from-classmap": [
2521
"**/Database/Migrations/**"
2622
]

0 commit comments

Comments
 (0)