Skip to content

Commit

Permalink
Fixed namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
JimChen committed Jan 8, 2019
1 parent 69d862b commit b9016fd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@
},
"autoload": {
"psr-4": {
"Recsys\\": "src"
}
"Recsys\\Common\\": "src/Common"
},
"classmap": [
"src/Recsys.php"
]
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit b9016fd

Please sign in to comment.