eventParticipants->getByIdentifier($participantIdentifier, $this->events); $request = new SetParticipationStateReSignonRequest($participant); $command = new SetParticipationStateCommand($request); $command->execute(); return response()->json([ 'status' => 'success', 'identifier' => $participant->identifier, 'message' => 'Die Wiederanmeldung wurde erfolgreich durchgeführt.' ]); } }