Skip to content

Commit

Permalink
composer autodiscovering fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarsn committed Feb 21, 2023
1 parent ce40d3d commit 7678b63
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 @@ -54,10 +54,10 @@
"extra": {
"laravel": {
"providers": [
"Newman\\LaravelTsmApiClient\\ServiceProvider"
"Newman\\LaravelTmsApiClient\\ServiceProvider"
],
"aliases": {
"TmsApi": "Newman\\LaravelTsmApiClient\\Support\\Facades\\TmsApi"
"TmsApi": "Newman\\LaravelTmsApiClient\\Support\\Facades\\TmsApi"
}
}
},
Expand Down

0 comments on commit 7678b63

Please sign in to comment.