mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Class rename
This commit is contained in:
parent
c09663f2b8
commit
3ee5f22a55
@ -29,7 +29,7 @@ abstract class Token
|
||||
|
||||
include_once 'Token/'.$name.'.php';
|
||||
|
||||
$class = 'OAuth2_Token_'.$name;
|
||||
$class = $name.'Token';
|
||||
|
||||
return new $class($options);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user