@@ -43,7 +43,7 @@ |
||
| 43 | 43 | public function call(string $method, $payload, int $flags = 0) |
| 44 | 44 | { |
| 45 | 45 | $this->relay->send( |
| 46 | - $method . pack("P", $this->seq), |
|
| 46 | + $method.pack("P", $this->seq), |
|
| 47 | 47 | Relay::PAYLOAD_CONTROL | Relay::PAYLOAD_RAW |
| 48 | 48 | ); |
| 49 | 49 | |