Skip to content

Commit

Permalink
chore: add App namespace in autoload.psr-4 in appstarter composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Oct 5, 2023
1 parent 1199b4c commit b52f770
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions admin/starter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"phpunit/phpunit": "^9.1"
},
"autoload": {
"psr-4": {
"App\\": "app/"
},
"exclude-from-classmap": [
"**/Database/Migrations/**"
]
Expand Down

0 comments on commit b52f770

Please sign in to comment.