Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8713652

Browse filesBrowse 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
Copy full SHA for 8713652

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎src/Symfony/Component/Security/Core/Authentication/RememberMe/CacheTokenVerifier.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/RememberMe/CacheTokenVerifier.php
+1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.