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 []; } /**