mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Fixed call to static
This commit is contained in:
@ -200,7 +200,7 @@ class OAuthServerException extends \Exception
|
|||||||
*/
|
*/
|
||||||
public static function accessDenied($hint = null)
|
public static function accessDenied($hint = null)
|
||||||
{
|
{
|
||||||
return new static('The server denied the request.', 401, $hint);
|
return new static('The server denied the request.', 'access_denied', 401, $hint);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user