diff --git a/app/Notifications/IncidentUpdate/IncidentUpdatedNotification.php b/app/Notifications/IncidentUpdate/IncidentUpdatedNotification.php index 4fe3f9208ff9..13da6d995e8c 100644 --- a/app/Notifications/IncidentUpdate/IncidentUpdatedNotification.php +++ b/app/Notifications/IncidentUpdate/IncidentUpdatedNotification.php @@ -73,6 +73,7 @@ public function toMail($notifiable) 'name' => $this->update->incident->name, 'time' => $this->update->created_at_diff, ]); + return (new MailMessage()) ->subject(trans('notifications.incident.update.mail.subject')) ->markdown('notifications.incident.update', [