From 3b4e2e62364e7cf01ce9a8302e2da4c078fb925d Mon Sep 17 00:00:00 2001 From: Antonio Date: Fri, 18 Jan 2019 03:03:04 +0200 Subject: [PATCH] Update NewIncidentNotification.php Remove slack unsubscribe --- app/Notifications/Incident/NewIncidentNotification.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Notifications/Incident/NewIncidentNotification.php b/app/Notifications/Incident/NewIncidentNotification.php index f816fa6f..e4344d99 100644 --- a/app/Notifications/Incident/NewIncidentNotification.php +++ b/app/Notifications/Incident/NewIncidentNotification.php @@ -134,7 +134,6 @@ class NewIncidentNotification extends Notification 'ID' => "#{$this->incident->id}", 'Link' => $this->incident->permalink, ])) - ->footer(trans('cachet.subscriber.unsubscribe', ['link' => cachet_route('subscribe.unsubscribe', $notifiable->verify_code)])); }); } }