@@ -73,7 +73,7 @@ |
||
| 73 | 73 | public function makeRequest(string $verb, string $path, array $query = [], array $options = []) |
| 74 | 74 | { |
| 75 | 75 | try { |
| 76 | - $response = $this->client->$verb(self::BASE_URI . $path, $options); |
|
| 76 | + $response = $this->client->$verb(self::BASE_URI.$path, $options); |
|
| 77 | 77 | } catch (ClientException $e) { |
| 78 | 78 | print $e->getMessage(); |
| 79 | 79 | $response = $e->getResponse(); |