benwilkins / laravel-fcm-notification

Laravel FCM (Firebase Cloud Messaging) Notification Channel
MIT License
213 stars 91 forks source link

Call to a member function getTo() on boolean #41

Open durgvijayKashyap opened 5 years ago

durgvijayKashyap commented 5 years ago

When I return false in toFcm($notifiable) of notification file, then this error comes. I am migrating from GCM to FCM, in previous implementation GCM does not generate the error.

[Symfony\Component\Debug\Exception\FatalThrowableError]
Call to a member function getTo() on boolean