Skip to content

Commit 563f5da

Browse files
committed
config: remove Config\\ from autoload.psr4
If we use this repository from appstarter, the Config files in app/Config/ in this repository are loaded first.
1 parent 650fd1f commit 563f5da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@
6161
},
6262
"autoload": {
6363
"psr-4": {
64-
"CodeIgniter\\": "system/",
65-
"Config\\": "app/Config/"
64+
"CodeIgniter\\": "system/"
6665
},
6766
"exclude-from-classmap": [
6867
"**/Database/Migrations/**"

0 commit comments

Comments
 (0)