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 9c89e5b commit 3d280b9Copy full SHA for 3d280b9
1 file changed
src/Firebase/Messaging/RequestFactory.php
@@ -48,6 +48,7 @@ public function createRequest(Message $message, string $projectId, bool $validat
48
->withBody($body)
49
->withHeader('Content-Type', 'application/json; charset=UTF-8')
50
->withHeader('Content-Length', (string) $body->getSize())
51
+ ->withHeader('Accept', 'application/json, text/plain;q=0.9')
52
;
53
}
54
0 commit comments