Skip to content

Commit 0471269

Browse files
committed
Better autoloading
1 parent d1b69b6 commit 0471269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"phpstan/phpstan": "^1.8"
2727
},
2828
"autoload": {
29-
"psr-4": {"PHPFUI\\": "src/"}
29+
"psr-4": {"PHPFUI\\ConstantContact\\": "src/ConstantContact/"}
3030
},
3131
"autoload-dev": {
3232
"psr-4": {"Tests\\": "Tests/", "Tool\\": "Tool/"}

0 commit comments

Comments
 (0)