mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-23 13:39:48 +05:30
Removed unnecessary parameter
This commit is contained in:
parent
61f039366b
commit
58adefa7d0
@ -29,7 +29,7 @@ class AccessDeniedException extends OAuthException
|
|||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public function __construct($parameter)
|
public function __construct()
|
||||||
{
|
{
|
||||||
parent::__construct('The resource owner or authorization server denied the request.');
|
parent::__construct('The resource owner or authorization server denied the request.');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user