From 68b5457f9f15215ebbdc059adab275c7b68e9b7c Mon Sep 17 00:00:00 2001 From: James Wilson Date: Wed, 10 Oct 2018 14:04:22 +0100 Subject: [PATCH] Added a new line #3101 --- app/Notifications/IncidentUpdate/IncidentUpdatedNotification.php | 1 + 1 file changed, 1 insertion(+) 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', [