mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-12 22:19:08 -05:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
namespace Tests\Todo\Feature\Http\Controllers;
|
||||
|
||||
use App\Models\Topic;
|
||||
use App\Models\Forum;
|
||||
use App\Models\Subscription;
|
||||
use App\Models\Topic;
|
||||
use App\Models\User;
|
||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
use Tests\TestCase;
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
namespace Tests\Todo\Feature\Http\Controllers;
|
||||
|
||||
use App\Models\Warning;
|
||||
use App\Models\User;
|
||||
use App\Models\Warning;
|
||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
use Tests\TestCase;
|
||||
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
namespace Tests\Todo\Feature\Http\Controllers;
|
||||
|
||||
use App\Models\Wish;
|
||||
use App\Models\User;
|
||||
use App\Models\Wish;
|
||||
use Tests\TestCase;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user