mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-23 13:39:48 +05:30
Added missing semicolon
This commit is contained in:
parent
2552b73b17
commit
eac33d50b3
@ -124,7 +124,7 @@ class RefreshToken implements GrantTypeInterface {
|
|||||||
*/
|
*/
|
||||||
public function rotateRefreshTokens($rotateRefreshTokens = false)
|
public function rotateRefreshTokens($rotateRefreshTokens = false)
|
||||||
{
|
{
|
||||||
$this->rotateRefreshTokens = $rotateRefreshTokens
|
$this->rotateRefreshTokens = $rotateRefreshTokens;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user