fix: typo in template variable name
This commit is contained in:
@@ -147,7 +147,7 @@ class EmailNotificationSubscriber implements EventSubscriberInterface
|
|||||||
$teamer = $application->getTeamer();
|
$teamer = $application->getTeamer();
|
||||||
|
|
||||||
$this->mailer->createAndSendEmail([
|
$this->mailer->createAndSendEmail([
|
||||||
'appplication' => $application,
|
'application' => $application,
|
||||||
], [
|
], [
|
||||||
'to' => $teamer->getCommunication()->getEmail(),
|
'to' => $teamer->getCommunication()->getEmail(),
|
||||||
'subject' => 'Deine Bewerbung wurde abgelehnt',
|
'subject' => 'Deine Bewerbung wurde abgelehnt',
|
||||||
|
|||||||
Reference in New Issue
Block a user