Skip to content

Commit

Permalink
Fix deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
omniphx authored Jan 20, 2018
1 parent 8009a47 commit 6db7568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Omniphx/Forrest/Authentications/WebServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function refresh()
*/
public function revoke()
{
$accessToken = $this->getTokenData()['access_token'];
$accessToken = $this->tokenRepo->get()['access_token'];
$url = $this->getLoginURL();
$url .= '/services/oauth2/revoke';

Expand Down

0 comments on commit 6db7568

Please # to comment.