add event name in mail

This commit is contained in:
2026-03-19 17:38:06 +01:00
parent 6a825db608
commit 8371f96388
6 changed files with 6 additions and 3 deletions
+1
View File
@@ -46,6 +46,7 @@ class VolunteerAssignToTaskMail extends Mailable
'taskName' => $this->data['taskName'],
'start' => FormatDate::formatDate($this->data['start']),
'end' => FormatDate::formatDate($this->data['end']),
'eventName' => $this->data['eventName'],
]
);
}