Skip to content

Commit 78c965b

Browse files
authored
Fix missing assignment
1 parent 95503e3 commit 78c965b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Authentication/RememberMe/CacheTokenVerifier.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function __construct(CacheItemPoolInterface $cache, int $outdatedTokenTtl
3232
{
3333
$this->cache = $cache;
3434
$this->outdatedTokenTtl = $outdatedTokenTtl;
35+
$this->cacheKeyPrefix = $cacheKeyPrefix;
3536
}
3637

3738
/**

0 commit comments

Comments
 (0)