Skip to content

Commit

Permalink
Added providers to autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
dcotelo committed Dec 7, 2019
1 parent ceb1c9e commit 02ae926
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
],
"autoload": {
"psr-4": {
"dcotelo\\secretDBdriver\\": "src/"
"dcotelo\\secretDBdriver\\": "src/",
"dcotelo\\secretDBdriver\\Providers": "src/providers/"
}
},
"extra": {
Expand Down

0 comments on commit 02ae926

Please sign in to comment.