diff --git a/src/Service/ParticipantService.php b/src/Service/ParticipantService.php index 873a59d..260d91b 100644 --- a/src/Service/ParticipantService.php +++ b/src/Service/ParticipantService.php @@ -203,7 +203,10 @@ class ParticipantService { if ($this->hasParticipant($surveyId, $email)) { $arguments = [ - 'email' => $email, + $surveyId, + [ + 'email' => $email, + ], ]; /* @var Participant $participant */