Update NewIncidentNotification.php

Remove slack unsubscribe
This commit is contained in:
Antonio
2019-01-18 03:03:04 +02:00
committed by GitHub
parent d52c961adf
commit 3b4e2e6236

View File

@@ -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)]));
});
}
}