We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff722b9 commit 0ac8b92Copy full SHA for 0ac8b92
1 file changed
src/CloudCMS.php
@@ -50,7 +50,7 @@ public function request($method, $uri, $params = array(), $data = array())
50
// Refresh token if expired
51
if ($this->token->hasExpired())
52
{
53
- $newToken = $provider->getAccessToken("refresh_token", [
+ $newToken = $this->provider->getAccessToken("refresh_token", [
54
"refresh_token" => $this->token->getRefreshToken()
55
]);
56
$this->token = $newToken;
0 commit comments