Skip to content

Commit 682866d

Browse files
committed
Fix CS
1 parent 5f49733 commit 682866d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

FirebaseTransport.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ protected function doSend(MessageInterface $message): SentMessage
6565
}
6666
$options['notification'] = $options['notification'] ?? [];
6767
$options['notification']['body'] = $message->getSubject();
68-
6968
$options['data'] = $options['data'] ?? [];
7069

7170
$response = $this->client->request('POST', $endpoint, [

0 commit comments

Comments
 (0)