@@ -81,7 +81,7 @@ |
||
81 | 81 | if (isset($this->channel)) { |
82 | 82 | $payload['channel'] = $this->channel; |
83 | 83 | } |
84 | - $context = stream_context_create([ |
|
84 | + $context = stream_context_create([ |
|
85 | 85 | 'http' => [ |
86 | 86 | 'method' => 'POST', |
87 | 87 | 'header' => "Content-Type: application/json; charset=UTF-8\r\n", |