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\Admin;
use Stripe;
use Artisan;
use App\Models\Setting;
use Domain\Settings\Models\Setting;
use Illuminate\Http\Request;
use App\Services\DemoService;
use Domain\SetupWizard\Services\DemoService;
use App\Http\Controllers\Controller;
use Cartalyst\Stripe\Exception\UnauthorizedException;
use Symfony\Component\HttpKernel\Exception\HttpException;
+1 -1
View File
@@ -1,5 +1,5 @@
<?php
namespace App\Models;
namespace Domain\Settings\Models;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Factories\HasFactory;