From e983b43b53b074ded129cb238a5517e7f7785ca7 Mon Sep 17 00:00:00 2001 From: Antonio Date: Fri, 18 Jan 2019 22:41:35 +0200 Subject: [PATCH] fix notifiction for slack --- app/Notifications/Schedule/NewScheduleNotification.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Notifications/Schedule/NewScheduleNotification.php b/app/Notifications/Schedule/NewScheduleNotification.php index 2ba73596..b86c61de 100644 --- a/app/Notifications/Schedule/NewScheduleNotification.php +++ b/app/Notifications/Schedule/NewScheduleNotification.php @@ -124,8 +124,7 @@ class NewScheduleNotification extends Notification implements ShouldQueue ->fields(array_filter([ 'ID' => "#{$this->schedule->id}", 'Status' => $this->schedule->human_status, - ])) - ->footer(trans('cachet.subscriber.unsubscribe', ['link' => cachet_route('subscribe.unsubscribe', $notifiable->verify_code)])); + ])); }); } }