This commit is contained in:
philipp lang 2024-02-21 22:45:09 +01:00
parent 3cbb4768e8
commit acec968963
1 changed files with 0 additions and 1 deletions

View File

@ -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