Skip to content

Commit

Permalink
fix: Fix laravel service provider config
Browse files Browse the repository at this point in the history
  • Loading branch information
dshafik committed May 2, 2024
1 parent 83c04c8 commit 0c55b54
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 @@ -50,7 +50,7 @@
"extra" : {
"laravel" : {
"providers" : [
"BagServiceProvider"
"\\Bag\\BagServiceProvider"
]
}
},
Expand Down

0 comments on commit 0c55b54

Please sign in to comment.