Skip to content

Commit b9016fd

Browse files
author
JimChen
committed
Fixed namespace
1 parent 69d862b commit b9016fd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@
2727
},
2828
"autoload": {
2929
"psr-4": {
30-
"Recsys\\": "src"
31-
}
30+
"Recsys\\Common\\": "src/Common"
31+
},
32+
"classmap": [
33+
"src/Recsys.php"
34+
]
3235
},
3336
"autoload-dev": {
3437
"psr-4": {

0 commit comments

Comments
 (0)