From 699df0b9f6fd243a2d4337820a42b0989f151e68 Mon Sep 17 00:00:00 2001 From: Antonio Date: Fri, 18 Jan 2019 03:05:26 +0200 Subject: [PATCH] Update NewIncidentNotification.php --- app/Notifications/Incident/NewIncidentNotification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Notifications/Incident/NewIncidentNotification.php b/app/Notifications/Incident/NewIncidentNotification.php index e4344d99..c0f956b2 100644 --- a/app/Notifications/Incident/NewIncidentNotification.php +++ b/app/Notifications/Incident/NewIncidentNotification.php @@ -133,7 +133,7 @@ class NewIncidentNotification extends Notification ->fields(array_filter([ 'ID' => "#{$this->incident->id}", 'Link' => $this->incident->permalink, - ])) + ])); }); } }