@@ -29,7 +29,7 @@ |
||
| 29 | 29 | 'headers' => [ |
| 30 | 30 | 'Content-Type' => 'text/plain' |
| 31 | 31 | ], |
| 32 | - 'auth' => [$this->rpc->getUser(), $this->rpc->getPassword()], |
|
| 32 | + 'auth' => [ $this->rpc->getUser(), $this->rpc->getPassword() ], |
|
| 33 | 33 | 'json' => $command |
| 34 | 34 | ]); |
| 35 | 35 | } |