Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #10 from DarkGhostHunter/master
Browse files Browse the repository at this point in the history
Fixed wrong provider class path
  • Loading branch information
DarkGhostHunter authored Jul 23, 2021
2 parents c9684a1 + 455e788 commit 2bc5069
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 @@ -37,7 +37,7 @@
"extra": {
"laravel": {
"providers": [
"LaraconfigServiceProvider"
"DarkGhostHunter\\Laraconfig\\LaraconfigServiceProvider"
],
"aliases": {
"Setting": "DarkGhostHunter\\Laraconfig\\Facades\\Setting"
Expand Down

0 comments on commit 2bc5069

Please sign in to comment.