diff --git a/app/Notifications/IncidentUpdate/IncidentUpdatedNotification.php b/app/Notifications/IncidentUpdate/IncidentUpdatedNotification.php index 4fe3f920..13da6d99 100644 --- a/app/Notifications/IncidentUpdate/IncidentUpdatedNotification.php +++ b/app/Notifications/IncidentUpdate/IncidentUpdatedNotification.php @@ -73,6 +73,7 @@ class IncidentUpdatedNotification extends Notification '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', [