add date to eventParticipationCancelled mail

This commit is contained in:
2026-03-18 16:18:12 +01:00
parent 92de307017
commit 6c679596bd
4 changed files with 6 additions and 2 deletions
@@ -43,6 +43,8 @@ class EventParticipationCancelledMail extends Mailable
'name' => $this->data['name'],
'lastname' => $this->data['lastname'],
'eventName' => $this->data['eventName'],
'start' => $this->data['start'],
'end' => $this->data['end'],
]
);
}