diff --git a/tests/Feature/Form/ParticipantIndexActionTest.php b/tests/Feature/Form/ParticipantIndexActionTest.php index 9a32460d..b80a7268 100644 --- a/tests/Feature/Form/ParticipantIndexActionTest.php +++ b/tests/Feature/Form/ParticipantIndexActionTest.php @@ -6,7 +6,6 @@ use App\Form\Fields\TextField; use App\Form\Models\Form; use App\Form\Models\Participant; use App\Group; -use App\Member\Member; use Illuminate\Foundation\Testing\DatabaseTransactions; class ParticipantIndexActionTest extends FormTestCase