Rename Services/Installation to Services/Setup to match controllers

This commit is contained in:
Darko Gjorgjijoski
2026-04-03 19:23:32 +02:00
parent 00599b6943
commit ece6ce737b
19 changed files with 20 additions and 20 deletions

View File

@@ -4,7 +4,7 @@ namespace App\Providers;
use App\Models\FileDisk;
use App\Models\Setting;
use App\Services\Installation\InstallUtils;
use App\Services\Setup\InstallUtils;
use Illuminate\Support\Facades\Config;
use Illuminate\Support\ServiceProvider;