mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-04-15 18:32:59 +05:30
Fix broken tests
This commit is contained in:
@@ -32,7 +32,7 @@ class ClientCredentialsGrant extends AbstractGrant
|
||||
|
||||
// Finalize the requested scopes
|
||||
$scopes = $this->scopeRepository->finalizeScopes($scopes, $client);
|
||||
|
||||
|
||||
// Issue and persist access token
|
||||
$accessToken = $this->issueAccessToken($accessTokenTTL, $client, $client->getIdentifier(), $scopes);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user