mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Class rename
This commit is contained in:
@@ -29,7 +29,7 @@ abstract class Token
|
|||||||
|
|
||||||
include_once 'Token/'.$name.'.php';
|
include_once 'Token/'.$name.'.php';
|
||||||
|
|
||||||
$class = 'OAuth2_Token_'.$name;
|
$class = $name.'Token';
|
||||||
|
|
||||||
return new $class($options);
|
return new $class($options);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user