We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90cde56 commit 0b702b9Copy full SHA for 0b702b9
src/Authentication/GraphPhpLeagueAccessTokenProvider.php
@@ -81,6 +81,7 @@ public static function createWithCache(
81
array $scopes = []
82
): self
83
{
84
- return new GraphPhpLeagueAccessTokenProvider($tokenRequestContext, $scopes, NationalCloud::GLOBAL, $accessTokenCache);
+ return new GraphPhpLeagueAccessTokenProvider(
85
+ $tokenRequestContext, $scopes, NationalCloud::GLOBAL, $accessTokenCache);
86
}
87
0 commit comments