@@ -40,7 +40,7 @@ discard block |
||
40 | 40 | ]; |
41 | 41 | |
42 | 42 | $base = $this->urlClient; |
43 | - $query = $this->getCommandQuery($params); |
|
43 | + $query = $this->getCommandQuery($params); |
|
44 | 44 | |
45 | 45 | return $this->appendQuery($base, $query); |
46 | 46 | } |
@@ -93,7 +93,7 @@ discard block |
||
93 | 93 | ]; |
94 | 94 | |
95 | 95 | $base = $this->urlConsole; |
96 | - $query = $this->getCommandQuery($params); |
|
96 | + $query = $this->getCommandQuery($params); |
|
97 | 97 | |
98 | 98 | return $this->appendQuery($base, $query); |
99 | 99 | } |