fixes for notificationmailer

This commit is contained in:
David Bomba 2022-02-03 09:58:24 +11:00
parent 788344783e
commit a369e017c9

View File

@ -33,7 +33,7 @@ class PaymentCreated extends Notification implements ShouldQueue
*/ */
public function via($notifiable) public function via($notifiable)
{ {
return ['slack']; return [];
} }
/** /**