Merge pull request #7177 from turbo124/master

Fixes for notificationmailer
This commit is contained in:
David Bomba 2022-02-03 09:58:53 +11:00 committed by GitHub
commit c1526b59ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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