laravel-notification-channels / fcm

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

exception thrown in v2.1 #57

Closed danikp closed 2 years ago

danikp commented 4 years ago

since upgrade to version 2.1 exception started to be thrown Method getValue not found on class NotificationChannels\Fcm\Resources\AndroidMessagePriority

probably due to update of spatie/enum from 2.3.8 to 3.1.1

laravel 6, rollback to version 2.0.4 solved that issue

atymic commented 4 years ago

See #56