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 a756696 commit 27866f3Copy full SHA for 27866f3
src/MessagebirdClient.php
@@ -40,7 +40,7 @@ public function send(MessagebirdMessage $message)
40
$this->client->request('POST', 'https://rest.messagebird.com/messages', [
41
'body' => $message->toJson(),
42
'headers' => [
43
- 'Authorization' => 'AccessKey '.$this->access_key
+ 'Authorization' => 'AccessKey '.$this->access_key,
44
],
45
]);
46
} catch (Exception $exception) {
0 commit comments