mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 09:47:46 +05:30
Function name fix
This commit is contained in:
parent
85c42db355
commit
5e365bb974
@ -65,7 +65,7 @@ class ClientCredentials implements GrantTypeInterface {
|
||||
AuthServer::getStorage('session')->delete($authParams['client_id'], 'client', $authParams['client_id']);
|
||||
|
||||
// Create a new session
|
||||
AuthServer::getStorage('session')->newSession(
|
||||
AuthServer::getStorage('session')->create(
|
||||
$authParams['client_id'],
|
||||
null,
|
||||
'client',
|
||||
|
Loading…
Reference in New Issue
Block a user