namespaces refactoring part 2

This commit is contained in:
Peter Papp
2021-07-18 18:05:33 +02:00
parent 8f77a497b5
commit 54dc57fcbf
107 changed files with 310 additions and 279 deletions
@@ -5,9 +5,8 @@ use Gate;
use Artisan;
use Illuminate\Http\Response;
use App\Http\Controllers\Controller;
use Domain\Settings\Models\Language;
use Domain\SetupWizard\Services\LanguageService;
use Illuminate\Contracts\Foundation\Application;
use Domain\Localization\Services\LanguageService;
use Illuminate\Contracts\Routing\ResponseFactory;
class MaintenanceController extends Controller