fixed namespaces

This commit is contained in:
Peter Papp
2021-03-12 16:28:37 +01:00
parent af5181d4d7
commit 3e8acd9b4b
16 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace Tests\Feature;
namespace Tests\Feature\Setup;
use App\Services\SetupService;
use Illuminate\Foundation\Testing\RefreshDatabase;