Skip to content

Commit

Permalink
Merge pull request #102 from bkuhl/patch-1
Browse files Browse the repository at this point in the history
Updating method call
  • Loading branch information
faustbrian committed Sep 20, 2017
2 parents f52c2c5 + ef69c1a commit 561fe92
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 561fe92

Please sign in to comment.