Skip to content

Commit

Permalink
fix(autoload): namespace for autoload not working
Browse files Browse the repository at this point in the history
  • Loading branch information
sudkumar committed Oct 19, 2019
1 parent 5c01a73 commit 64bbc51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
},
"laravel": {
"aliases": {
"MSG91": "Craftsys\\Laravel\\MSG91\\Facade"
"MSG91": "Craftsys\\Laravel\\MSG91Client\\Facade"
},
"providers": [
"Craftsys\\Laravel\\MSG91\\MSGServiceProvider"
"Craftsys\\Laravel\\MSG91Client\\MSGServiceProvider"
]
}
},
Expand Down

0 comments on commit 64bbc51

Please sign in to comment.