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 6bf6313 commit c79ba3cCopy full SHA for c79ba3c
src/FacebookChannel.php
@@ -54,7 +54,7 @@ public function send($notifiable, Notification $notification): array
54
}
55
56
$response = $this->fb->send($message->toArray());
57
-
+
58
return json_decode($response->getBody()->getContents(), true);
59
60
0 commit comments