Skip to content

Commit b52f770

Browse files
committed
chore: add App namespace in autoload.psr-4 in appstarter composer.json
1 parent 1199b4c commit b52f770

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

admin/starter/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"phpunit/phpunit": "^9.1"
2020
},
2121
"autoload": {
22+
"psr-4": {
23+
"App\\": "app/"
24+
},
2225
"exclude-from-classmap": [
2326
"**/Database/Migrations/**"
2427
]

0 commit comments

Comments
 (0)