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

View File

@@ -3,8 +3,8 @@ namespace Tests\Domain\Maintenance;
use DB;
use Tests\TestCase;
use App\Users\Models\User;
use Illuminate\Support\Str;
use Domain\Settings\Models\User;
class AppUpgradeTest extends TestCase
{