@@ -46,7 +46,7 @@ |
||
| 46 | 46 | */ |
| 47 | 47 | public function setResponse($relativeUrl) |
| 48 | 48 | { |
| 49 | - $this->response = $this->client->get($this->baseUrl . $relativeUrl, []); |
|
| 49 | + $this->response = $this->client->get($this->baseUrl.$relativeUrl, []); |
|
| 50 | 50 | } |
| 51 | 51 | |
| 52 | 52 | /** |