From 94b6f73511a3469dcf7c44e2607de6e484221422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 29 Oct 2024 17:28:47 +0100 Subject: [PATCH] fix: typo in template variable name --- src/EventListener/EmailNotificationSubscriber.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',