8000 Fix missing assignment · symfony/symfony@c90325f · GitHub
[go: up one dir, main page]

Skip to content

Commit c90325f

Browse files
authored
Fix missing assignment
1 parent 89cb2f1 commit c90325f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Security/Core/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)
0