mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 17:56:14 +05:30
PSR variable rename
This commit is contained in:
parent
da329b6b37
commit
eb5010a3f8
@ -18,7 +18,7 @@ class AuthorizeToken extends Oauth2\Client\Token
|
||||
/**
|
||||
* @var string redirect_uri
|
||||
*/
|
||||
protected $redirect_uri;
|
||||
protected $redirectUri;
|
||||
|
||||
/**
|
||||
* Sets the token, expiry, etc values.
|
||||
@ -39,7 +39,7 @@ class AuthorizeToken extends Oauth2\Client\Token
|
||||
}
|
||||
|
||||
$this->code = $options['code'];
|
||||
$this->redirect_uri = $options['redirect_uri'];
|
||||
$this->redirectUri = $options['redirect_uri'];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user