Skip to content

Commit

Permalink
Update SdkConfiguration.php
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Jan 9, 2024
1 parent 375eb98 commit 3784a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration/SdkConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ public function hasAudience(): bool

public function hasBackchannelLogoutCache(): bool
{
return $this->backchannelLogoutCache instanceof \Psr\Cache\CacheItemPoolInterface;
return $this->backchannelLogoutCache instanceof CacheItemPoolInterface;
}

public function hasClientAssertionSigningAlgorithm(): bool
Expand Down

0 comments on commit 3784a3b

Please # to comment.