Fix some tests namespaces

This commit is contained in:
Bubka
2022-03-31 12:09:25 +02:00
parent f0ed71322c
commit 684a8a0acb
10 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace Tests\Feature\Auth;
namespace Tests\Feature\Http\Auth;
use App\Models\User;
use Tests\FeatureTestCase;