Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 0333636

Browse files
authored
Update README.md
1 parent 328b149 commit 0333636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ $notification = $notificationBuilder->build();
241241
$topic = new Topics();
242242
$topic->topic('news');
243243

244-
$topicResponse = FCM::sendToTopic($topic, null, $notification, null);
244+
$topicResponse = FCM::sendToTopic($topic, null, $notification, null, $senderId, $serverKey);
245245

246246
$topicResponse->isSuccess();
247247
$topicResponse->shouldRetry();

0 commit comments

Comments
 (0)