diff --git a/src/OAuth2/AuthServer.php b/src/OAuth2/AuthServer.php index 3c3dc008..fde15351 100644 --- a/src/OAuth2/AuthServer.php +++ b/src/OAuth2/AuthServer.php @@ -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; }