Skip to content

Commit 23d09bd

Browse files
committed
chore: add missing / at the end
It seems better to put / at the end of directories. See https://getcomposer.org/doc/04-schema.md#psr-4
1 parent e84a189 commit 23d09bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/starter/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"autoload": {
2222
"psr-4": {
2323
"App\\": "app/",
24-
"Config\\": "app/Config"
24+
"Config\\": "app/Config/"
2525
},
2626
"exclude-from-classmap": [
2727
"**/Database/Migrations/**"

0 commit comments

Comments
 (0)