From 455e7884cd66376ff3256e2bc744d468e556e3d4 Mon Sep 17 00:00:00 2001 From: DarkGhosthunter Date: Thu, 22 Jul 2021 23:47:51 -0400 Subject: [PATCH] Fixed wrong provider class path. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a92538d..d4830a6 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "extra": { "laravel": { "providers": [ - "LaraconfigServiceProvider" + "DarkGhostHunter\\Laraconfig\\LaraconfigServiceProvider" ], "aliases": { "Setting": "DarkGhostHunter\\Laraconfig\\Facades\\Setting"