mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Function name fix
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user