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

syntax error, unexpected token ")" #121

Closed abduselam1 closed 2 years ago

abduselam1 commented 2 years ago

I was trying to send a notification to my flutter app using my laravel backend i dont know if its a php or laravel version but when i try to send a notification im getting syntax error, unexpected token ")"

mbanusic commented 2 years ago

You most likely have an error in your own code for sending notifications. Check if you have properly closed all parentheses.