Skip to content

Commit

Permalink
Fix autoloading of service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
markwalet committed Aug 13, 2019
1 parent 2df9380 commit 978844e
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 @@ -35,7 +35,7 @@
"extra": {
"laravel": {
"providers": [
"MarkWalet\\GitState\\GitServiceProvider"
"MarkWalet\\GitState\\GitStateServiceProvider"
],
"aliases": {
"GitState": "MarkWalet\\GitState\\Facades\\GitState"
Expand Down

0 comments on commit 978844e

Please sign in to comment.