@@ -192,7 +192,7 @@ |
||
| 192 | 192 | $body = null, |
| 193 | 193 | array $headers = [] |
| 194 | 194 | ): RequestInterface { |
| 195 | - $uri = $this->uriFactory->createUri($this->getBaseUri() . $endpoint); |
|
| 195 | + $uri = $this->uriFactory->createUri($this->getBaseUri().$endpoint); |
|
| 196 | 196 | |
| 197 | 197 | $request = $this->requestFactory->createRequest($method, $uri); |
| 198 | 198 | $request = $this->appendBodyToRequest($request, $body); |