Skip to content

Commit e8879f0

Browse files
authored
Update readme.md
1 parent 1d3e4f3 commit e8879f0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,13 @@ FCM_SERVER_KEY=putYourKeyHere
8686
If You want to send a FCM with just notification parameter, this is an example of usage sending a FCM with only data parameter :
8787

8888
```php
89+
$recipients = [
90+
'clKMv.......',
91+
'GxQQW.......',
92+
];
93+
8994
fcm()
90-
->to($recipients) // $recipients must an array
95+
->to($recipients)
9196
->priority('high')
9297
->timeToLive(0)
9398
->data([

0 commit comments

Comments
 (0)