laravel-notification-channels / fcm

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

Fix enum values #142

Closed dwightwatson closed 1 year ago

dwightwatson commented 1 year ago

I think when I converted this from the previous enum implementation to the native implemenation I made a mistake by setting unspecified to private as well.

Closes #141

DiedeGu commented 1 year ago

Hi I reviewed the code, it looks good, but Scrutinizer is failing.