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

Removed :mixed type from jsonSerialize method #105

Closed lucianobosco closed 2 years ago

lucianobosco commented 2 years ago

Fixed instance of array in returned value when dispatching the notification.

json_encode error: Return value of NotificationChannels\Fcm\FcmMessage::jsonSerialize() must be an instance of NotificationChannels\Fcm\mixed, array returned

Closes #104