@@ -58,7 +58,7 @@ |
||
| 58 | 58 | public function getAccessToken($code) |
| 59 | 59 | { |
| 60 | 60 | $response = $this->getHttpClient() |
| 61 | - ->post($this->getTokenUrl(), ['form_params' => $this->getTokenFields($code)]); |
|
| 61 | + ->post($this->getTokenUrl(), ['form_params' => $this->getTokenFields($code)]); |
|
| 62 | 62 | |
| 63 | 63 | return $this->parseAccessToken($response->getBody()); |
| 64 | 64 | } |