mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-23 13:39:48 +05:30
Renamed method to setDefaultScope
This commit is contained in:
parent
6c34535155
commit
03aa81450e
@ -196,7 +196,7 @@ class AuthServer
|
|||||||
* Default scope to be used if none is provided and requireScopeParam is false
|
* Default scope to be used if none is provided and requireScopeParam is false
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public function defaultScope($default = null)
|
public function setDefaultScope($default = null)
|
||||||
{
|
{
|
||||||
$this->defaultScope = $default;
|
$this->defaultScope = $default;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user