We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f49733 commit 682866dCopy full SHA for 682866d
FirebaseTransport.php
@@ -65,7 +65,6 @@ protected function doSend(MessageInterface $message): SentMessage
65
}
66
$options['notification'] = $options['notification'] ?? [];
67
$options['notification']['body'] = $message->getSubject();
68
-
69
$options['data'] = $options['data'] ?? [];
70
71
$response = $this->client->request('POST', $endpoint, [
0 commit comments