8000 [Notifier] Fix encoding of messages with FreeMobileTransport · symfony/symfony@5760694 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5760694

Browse files
94noninicolas-grekas
authored andcommitted
[Notifier] Fix encoding of messages with FreeMobileTransport
1 parent 26c2a85 commit 5760694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected function doSend(MessageInterface $message): SentMessage
6060
$endpoint = sprintf('https://%s', $this->getEndpoint());
6161

6262
$response = $this->client->request('POST', $endpoint, [
63-
'json' => [
63+
'query' => [
6464
'user' => $this->login,
6565
'pass' => $this->password,
6666
'msg' => $message->getSubject(),

0 commit comments

Comments
 (0)
0