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 171d69a commit 3b0dae5Copy full SHA for 3b0dae5
src/Symfony/Component/Notifier/Bridge/Gitter/GitterTransport.php
@@ -63,7 +63,7 @@ protected function doSend(MessageInterface $message): SentMessage
63
$response = $this->client->request('POST', $endpoint, [
64
'auth_bearer' => $this->token,
65
'json' => [
66
- 'text' => $message->getSubject(),
+ 'text' => $message->getSubject(),
67
],
68
]);
69
0 commit comments