Skip to content

Commit

Permalink
fix 5.3 parse error (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
michield committed Jan 8, 2017
1 parent 1a2cf03 commit c350151
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private function getToken()
{ {
$provider = $this->getProvider(); $provider = $this->getProvider();
$grant = $this->getGrant(); $grant = $this->getGrant();
return $provider->getAccessToken($grant, ['refresh_token' => $this->oauthRefreshToken]); return $provider->getAccessToken($grant, array('refresh_token' => $this->oauthRefreshToken));
} }


public function getOauth64() public function getOauth64()
Expand Down

0 comments on commit c350151

Please sign in to comment.