From a369e017c9936ac103852d6d7ed0c33c147d98cf Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 3 Feb 2022 09:58:24 +1100 Subject: [PATCH] fixes for notificationmailer --- app/Notifications/PaymentCreated.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Notifications/PaymentCreated.php b/app/Notifications/PaymentCreated.php index 08ac7c7ef4..a806973a4a 100644 --- a/app/Notifications/PaymentCreated.php +++ b/app/Notifications/PaymentCreated.php @@ -33,7 +33,7 @@ class PaymentCreated extends Notification implements ShouldQueue */ public function via($notifiable) { - return ['slack']; + return []; } /**