@@ -50,7 +50,7 @@ |
||
50 | 50 | $this->projectId = $projectId; |
51 | 51 | $this->apiKey = $apiKey; |
52 | 52 | |
53 | - $this->httpClient = isset($client) ? $client : new HttpClient(['base_uri' => $baseUri]); |
|
53 | + $this->httpClient = isset($client) ? $client : new HttpClient(['base_uri' => $baseUri]); |
|
54 | 54 | } |
55 | 55 | |
56 | 56 | /** |