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

@@ -7,7 +7,7 @@ use App\Models\Company;
use App\Models\Setting;
use App\Models\User;
use App\Services\CompanyService;
use App\Services\Installation\InstallUtils;
use App\Services\Setup\InstallUtils;
use Illuminate\Database\Seeder;
use Silber\Bouncer\BouncerFacade;