8000 [Notifier] fix typo firebase · rtek/symfony@29afac2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 29afac2

Browse files
zairigimadchalasr
authored andcommitted
[Notifier] fix typo firebase
1 parent ad1ff4f commit 29afac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ protected function doSend(MessageInterface $message): SentMessage
7878
try {
7979
$statusCode = $response->getStatusCode();
8080
} catch (TransportExceptionInterface $e) {
81-
throw new TransportException('Could not reach the remote Forebase server.', $response, 0, $e);
81+
throw new TransportException('Could not reach the remote Firebase server.', $response, 0, $e);
8282
}
8383

8484
$contentType = $response->getHeaders(false)['content-type'][0] ?? '';

0 commit comments

Comments
 (0)
0