refact App\User to App\Models\User
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Tests\Feature;
|
||||
|
||||
use App\Models\ToDo;
|
||||
use App\Models\ToDoList;
|
||||
use App\User;
|
||||
use App\Models\User;
|
||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
use Illuminate\Foundation\Testing\WithFaker;
|
||||
use Tests\TestCase;
|
||||
|
||||
Reference in New Issue
Block a user