You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we've tried to use the routeNotificationForGoogleChat() method in our notifiable class and that works, however, the $notification is not passed. Could you fix this?
We'd use this to send notifications to different webhooks, based on the FQCN, instead of using the ->to() method in every single notification class and we'd like to DRY up the code :)
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
we've tried to use the
routeNotificationForGoogleChat()
method in our notifiable class and that works, however, the$notification
is not passed. Could you fix this?We'd use this to send notifications to different webhooks, based on the FQCN, instead of using the
->to()
method in every single notification class and we'd like to DRY up the code :)Thanks!
The text was updated successfully, but these errors were encountered: