Closed repat closed 2 years ago
I'm getting a deprecation warning for vendor/laravel-notification-channels/fcm/src/FcmMessage.php
vendor/laravel-notification-channels/fcm/src/FcmMessage.php
For PHP8+ you can add #[\ReturnTypeWillChange] or add a return type of mixed: https://www.php.net/manual/de/jsonserializable.jsonserialize.php
#[\ReturnTypeWillChange]
mixed
Thanks!
Please PR :)
Closed in #100
I'm getting a deprecation warning for
vendor/laravel-notification-channels/fcm/src/FcmMessage.php
For PHP8+ you can add
#[\ReturnTypeWillChange]
or add a return type ofmixed
: https://www.php.net/manual/de/jsonserializable.jsonserialize.phpThanks!