Skip to content

Commit 64bbc51

Browse files
committed
fix(autoload): namespace for autoload not working
1 parent 5c01a73 commit 64bbc51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
},
3939
"laravel": {
4040
"aliases": {
41-
"MSG91": "Craftsys\\Laravel\\MSG91\\Facade"
41+
"MSG91": "Craftsys\\Laravel\\MSG91Client\\Facade"
4242
},
4343
"providers": [
44-
"Craftsys\\Laravel\\MSG91\\MSGServiceProvider"
44+
"Craftsys\\Laravel\\MSG91Client\\MSGServiceProvider"
4545
]
4646
}
4747
},

0 commit comments

Comments
 (0)