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

Commit 2bc5069

Browse files
Merge pull request #10 from DarkGhostHunter/master
Fixed wrong provider class path
2 parents c9684a1 + 455e788 commit 2bc5069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"extra": {
3838
"laravel": {
3939
"providers": [
40-
"LaraconfigServiceProvider"
40+
"DarkGhostHunter\\Laraconfig\\LaraconfigServiceProvider"
4141
],
4242
"aliases": {
4343
"Setting": "DarkGhostHunter\\Laraconfig\\Facades\\Setting"

0 commit comments

Comments
 (0)