diff --git a/src/EventListener/EmailNotificationSubscriber.php b/src/EventListener/EmailNotificationSubscriber.php index 058b63e..e2c11c4 100644 --- a/src/EventListener/EmailNotificationSubscriber.php +++ b/src/EventListener/EmailNotificationSubscriber.php @@ -147,7 +147,7 @@ class EmailNotificationSubscriber implements EventSubscriberInterface $teamer = $application->getTeamer(); $this->mailer->createAndSendEmail([ - 'appplication' => $application, + 'application' => $application, ], [ 'to' => $teamer->getCommunication()->getEmail(), 'subject' => 'Deine Bewerbung wurde abgelehnt',