@@ -42,7 +42,7 @@ |
||
| 42 | 42 | */ |
| 43 | 43 | public function call(string $method, $payload, int $flags = 0) |
| 44 | 44 | { |
| 45 | - $header = $method . pack('P', $this->seq); |
|
| 45 | + $header = $method.pack('P', $this->seq); |
|
| 46 | 46 | if (!method_exists($this->relay, 'sendPackage')) { |
| 47 | 47 | $this->relay->send($header, Relay::PAYLOAD_CONTROL | Relay::PAYLOAD_RAW); |
| 48 | 48 | } |