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 95503e3 commit 78c965bCopy full SHA for 78c965b
Authentication/RememberMe/CacheTokenVerifier.php
@@ -32,6 +32,7 @@ public function __construct(CacheItemPoolInterface $cache, int $outdatedTokenTtl
32
{
33
$this->cache = $cache;
34
$this->outdatedTokenTtl = $outdatedTokenTtl;
35
+ $this->cacheKeyPrefix = $cacheKeyPrefix;
36
}
37
38
/**
0 commit comments