Skip to content

Commit 0715aa2

Browse files
authored
Merge pull request #9000 from kenjis/update-starter-composer.json
chore: add missing `/` at the end in `starter/composer.json`
2 parents fb07e77 + 23d09bd commit 0715aa2

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)