mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-26 16:52:04 +05:30
Added scope to __construct method
This commit is contained in:
parent
01e13d167b
commit
93f9727f19
@ -4,7 +4,7 @@ namespace LNCD\OAuth2server;
|
|||||||
|
|
||||||
class AccessToken
|
class AccessToken
|
||||||
{
|
{
|
||||||
function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user