Skip to content

Commit 2cb6220

Browse files
committed
chore: add Config namespace to appstarter composer.json
To suppress warning like this: Class Config\Email located in ./app/Config/Email.php does not comply with psr-4 autoloading standard (rule: App\ => ./app). Skipping.
1 parent a13f54d commit 2cb6220

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

admin/starter/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
},
2121
"autoload": {
2222
"psr-4": {
23-
"App\\": "app/"
23+
"App\\": "app/",
24+
"Config\\": "app/Config"
2425
},
2526
"exclude-from-classmap": [
2627
"**/Database/Migrations/**"

0 commit comments

Comments
 (0)