test groups refactoring

This commit is contained in:
Peter Papp
2021-07-18 16:53:12 +02:00
parent 18150cd920
commit a1778eab52
83 changed files with 1482 additions and 1421 deletions
@@ -3,9 +3,9 @@ namespace App\Http\Controllers\App;
use Gate;
use Artisan;
use App\Models\Language;
use Domain\Settings\Models\Language;
use Illuminate\Http\Response;
use App\Services\LanguageService;
use Domain\SetupWizard\Services\LanguageService;
use App\Http\Controllers\Controller;
use Illuminate\Contracts\Foundation\Application;
use Illuminate\Contracts\Routing\ResponseFactory;