mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 03:38:06 +02:00
Fix namespaces
This commit is contained in:
parent
b5f8322ea3
commit
c717e6b279
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Tests\Unit\Api\v1\Controllers;
|
namespace Tests\Api\v1;
|
||||||
|
|
||||||
use App\Models\User;
|
use App\Models\User;
|
||||||
use Illuminate\Support\Facades\Config;
|
use Illuminate\Support\Facades\Config;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Tests\Unit\Extensions;
|
namespace Tests\Feature\Extensions;
|
||||||
|
|
||||||
use App\Extensions\RemoteUserProvider;
|
use App\Extensions\RemoteUserProvider;
|
||||||
use App\Models\User;
|
use App\Models\User;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user