diff --git a/src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransport.php b/src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransport.php index 163b1fa5e4d48..b34f9046b5e2b 100644 --- a/src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransport.php +++ b/src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransport.php @@ -60,7 +60,7 @@ protected function doSend(MessageInterface $message): SentMessage $endpoint = sprintf('https://%s', $this->getEndpoint()); $response = $this->client->request('POST', $endpoint, [ - 'json' => [ + 'query' => [ 'user' => $this->login, 'pass' => $this->password, 'msg' => $message->getSubject(),