add date to eventParticipationCancelled mail
This commit is contained in:
@@ -108,6 +108,8 @@ class EventsController extends Controller
|
||||
'name' => $user->name,
|
||||
'lastname' => $user->lastname,
|
||||
'eventName' => $event->name,
|
||||
'start' => $event->start,
|
||||
'end' => $event->end,
|
||||
];
|
||||
Mail::to($user->email)->send(new EventParticipationCancelledMail($data));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user