fixes for notificationmailer
This commit is contained in:
parent
788344783e
commit
a369e017c9
|
|
@ -33,7 +33,7 @@ class PaymentCreated extends Notification implements ShouldQueue
|
|||
*/
|
||||
public function via($notifiable)
|
||||
{
|
||||
return ['slack'];
|
||||
return [];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue