Skip to content

Commit

Permalink
Merge pull request #9000 from kenjis/update-starter-composer.json
Browse files Browse the repository at this point in the history
chore: add missing `/` at the end in `starter/composer.json`
  • Loading branch information
kenjis authored Jun 25, 2024
2 parents fb07e77 + 23d09bd commit 0715aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/starter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"autoload": {
"psr-4": {
"App\\": "app/",
"Config\\": "app/Config"
"Config\\": "app/Config/"
},
"exclude-from-classmap": [
"**/Database/Migrations/**"
Expand Down

0 comments on commit 0715aa2

Please sign in to comment.