Renamed method to setDefaultScope

This commit is contained in:
Alex Bilbie 2013-03-21 16:22:16 +00:00
parent 6c34535155
commit 03aa81450e

View File

@ -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;
} }