laravel-notification-channels / aws-sns

AWS SNS notification channel for Laravel
https://laravel-notification-channels.com/aws-sns
MIT License
50 stars 9 forks source link

[Bug] Issue where the routeNotificationFor was not passing the instance of the Notification itself #4

Closed brunogaspar closed 4 years ago

brunogaspar commented 4 years ago

As the subject says, when using the routeNotificationForSns there was no $notification being passed, which is a problem if you need to access information from the $notification itself.

claudsonm commented 4 years ago

Thanks!