Skip to content

Commit 2f49fea

Browse files
committed
:octocat: typo
1 parent 5778fd9 commit 2f49fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/OAuthExampleProviderFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function getProvider(
8888
):OAuthInterface|OAuth1Interface|OAuth2Interface{
8989
$options = new OAuthOptions;
9090
/** @param \chillerlan\OAuth\Core\OAuthInterface $providerFQN */
91-
$options->key = ($this->getEnvVar($providerFQN::IIDENTIFIER.'_KEY') ?? '');
91+
$options->key = ($this->getEnvVar($providerFQN::IDENTIFIER.'_KEY') ?? '');
9292
$options->secret = ($this->getEnvVar($providerFQN::IDENTIFIER.'_SECRET') ?? '');
9393
$options->callbackURL = ($this->getEnvVar($providerFQN::IDENTIFIER.'_CALLBACK_URL') ?? '');
9494
$options->tokenAutoRefresh = true;

0 commit comments

Comments
 (0)