Skip to content

Commit

Permalink
Merge pull request #97 from KumbiaPHP/dev
Browse files Browse the repository at this point in the history
Fix composer.json autoload
  • Loading branch information
joanhey authored Apr 3, 2020
2 parents 20d758e + f815bdd commit 0b595ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"autoload": {
"psr-4": {
"Kumbia\\ActiveRecord": "."
"Kumbia\\ActiveRecord\\": "."
}
},
"config": {
Expand Down

0 comments on commit 0b595ee

Please sign in to comment.