From 363c9fb0e800a18803bf7c80abe1d5dbe3951015 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Wed, 10 Oct 2018 14:06:18 +0100 Subject: [PATCH] Another update! --- .../IncidentUpdate/IncidentUpdatedNotification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Notifications/IncidentUpdate/IncidentUpdatedNotification.php b/app/Notifications/IncidentUpdate/IncidentUpdatedNotification.php index 13da6d99..907ae366 100644 --- a/app/Notifications/IncidentUpdate/IncidentUpdatedNotification.php +++ b/app/Notifications/IncidentUpdate/IncidentUpdatedNotification.php @@ -73,7 +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', [