Skip to content

Commit eb70687

Browse files
committed
minor symfony#41259 [FrameworkBundle] Fix missing unused known tag (chalasr)
This PR was merged into the 5.3-dev branch. Discussion ---------- [FrameworkBundle] Fix missing unused known tag | Q | A | ------------- | --- | Branch? | 5.x | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- b8f20f6 [FrameworkBundle] Fix missing unused known tag
2 parents 58ca36f + b8f20f6 commit eb70687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/UnusedTagsPass.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ class UnusedTagsPass implements CompilerPassInterface
7676
'routing.route_loader',
7777
'security.expression_language_provider',
7878
'security.remember_me_aware',
79+
'security.remember_me_handler',
7980
'security.authenticator.login_linker',
8081
'security.voter',
8182
'serializer.encoder',

0 commit comments

Comments
 (0)