1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-16 14:32:26 +02:00

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)
{
return ['slack'];
return [];
}
/**