1
0
Fork 0

tests/Feature/Models/CardTest.php: Remove unused "use" :D

This commit is contained in:
Henrik Hautakoski 2023-03-12 18:34:06 +01:00
parent fdff8244af
commit 2a7d302e9d

View file

@ -7,7 +7,6 @@ use App\Models\Character;
use App\Models\Raid;
use App\Game\GameSettings;
use Illuminate\Database\Eloquent\Factories\Sequence;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Tests\TestCase;