@@ -73,7 +73,7 @@ |
||
| 73 | 73 | $this->clientId = $clientId; |
| 74 | 74 | $this->clientSecret = $clientSecret; |
| 75 | 75 | $this->redirectUrl = $redirectUrl; |
| 76 | - $this->httpClient = new HttpClient(['base_uri' => self::BASE_URI]); |
|
| 76 | + $this->httpClient = new HttpClient([ 'base_uri' => self::BASE_URI ]); |
|
| 77 | 77 | } |
| 78 | 78 | |
| 79 | 79 | /** |