mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +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
|
||||
* @var string
|
||||
*/
|
||||
public function defaultScope($default = null)
|
||||
public function setDefaultScope($default = null)
|
||||
{
|
||||
$this->defaultScope = $default;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user