8000 bug #42156 Fix missing assignment (Seldaek) · symfony/symfony@8713652 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8713652

Browse files
committed
bug #42156 Fix missing assignment (Seldaek)
This PR was merged into the 5.3 branch. Discussion ---------- Fix missing assignment | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Silly mistake 🤦🏻‍♂️ Commits ------- c90325f Fix missing assignment
2 parents 89cb2f1 + c90325f commit 8713652

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