laravel-notification-channels / fcm

Firebase Cloud Messaging (FCM) notifications channel for Laravel
https://laravel-notification-channels.com/
MIT License
491 stars 126 forks source link

Notification not sent when the notification class has constructor with parameters #61

Closed BachirBichri closed 4 years ago

BachirBichri commented 4 years ago

I need to pass some data to my notification class but when i use a constructor with parameters, the notification is not sent. No error shown and others channels like database still working normally

CodyPChristian commented 4 years ago

Im also having this same issue, did you solve it?