From 4026fe914960699bb043693251131ef63a2fec49 Mon Sep 17 00:00:00 2001 From: Andrew Roberts Date: Sun, 3 Jan 2021 12:39:02 +0000 Subject: [PATCH] Fix location of configservice (#977) Pointing to wrong location of file which is throwing errors as a result --- app/Console/Commands/DevInstall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/DevInstall.php b/app/Console/Commands/DevInstall.php index ad19570b..39b34e48 100644 --- a/app/Console/Commands/DevInstall.php +++ b/app/Console/Commands/DevInstall.php @@ -3,7 +3,7 @@ namespace App\Console\Commands; use App\Contracts\Command; -use Modules\Installer\Services\ConfigService; +use App\Services\Installer\ConfigService; /** * Create a fresh development install