Skip to content

Commit

Permalink
Updating method call
Browse files Browse the repository at this point in the history
  • Loading branch information
bkuhl committed Sep 20, 2017
1 parent f52c2c5 commit ef69c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OAuth2/AbstractProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function user()
throw new InvalidStateException();
}

$response = $this->getAccessTokenResponse($this->getCode());
$response = $this->getAccessToken($this->getCode());

$user = $this->mapUserToObject($this->getUserByToken(
$token = $this->parseAccessToken($response)
Expand Down

0 comments on commit ef69c1a

Please sign in to comment.