fix: typo in template variable name

This commit is contained in:
Björn Fromme
2024-10-29 17:28:47 +01:00
parent 65a8ce3450
commit 94b6f73511
@@ -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',