Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
HDVinnie
2021-07-09 20:39:50 +00:00
committed by StyleCI Bot
parent 28af23a06b
commit e8bf61af03
3 changed files with 3 additions and 3 deletions
@@ -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;
/**