Skip to content

Commit

Permalink
Merge pull request #3 from laravelcm/fix-subscription-provider
Browse files Browse the repository at this point in the history
✏️ Fix SubscriptionServiceProvider not found
  • Loading branch information
mckenziearts authored Oct 3, 2023
2 parents fffc35a + b86af46 commit 09eaff0
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 @@ -74,7 +74,7 @@
"extra": {
"laravel": {
"providers": [
"SubscriptionServiceProvider"
"Laravelcm\\Subscriptions\\SubscriptionServiceProvider"
]
}
},
Expand Down

0 comments on commit 09eaff0

Please sign in to comment.