Skip to content

Commit ecea256

Browse files
committed
fix bug composer autoload
1 parent bdae9b8 commit ecea256

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
@@ -8,7 +8,7 @@
88
],
99
"autoload": {
1010
"psr-4": {
11-
"binotby\\phpcorefaster": "."
11+
"binotby\\phpcorefaster\\": "."
1212
}
1313
},
1414
"require": {}

0 commit comments

Comments
 (0)