Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/OAuthToken.php
Co-authored-by: Alexander Makarov <[email protected]>
  • Loading branch information
kalmerkaurson and samdark authored Sep 1, 2025
commit c5493c5dc0698a9bf4e62d0b6f426f7e2001ee34
2 changes: 1 addition & 1 deletion src/OAuthToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public function setRefreshToken($refreshToken)
$this->setParam($this->refreshTokenParamKey, $refreshToken);
}

public function getHasRefreshToken()
public function hasRefreshToken()
{
return !!$this->getRefreshToken();
}
Expand Down
Loading