File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Authenticator/Passport/Badge Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Component \Security \Http \Authenticator \Passport \Badge ;
1313
14+ use Symfony \Component \Security \Http \EventListener \CheckRememberMeConditionsListener ;
15+
1416/**
1517 * Adds support for remember me to this authenticator.
1618 *
1719 * The presence of this badge doesn't create the remember-me cookie. The actual
1820 * cookie is only created if this badge is enabled. By default, this is done
19- * by the {@see RememberMeConditionsListener } if all conditions are met.
21+ * by the {@see CheckRememberMeConditionsListener } if all conditions are met.
2022 *
2123 * @author Wouter de Jong <[email protected] > 2224 *
@@ -29,7 +31,7 @@ class RememberMeBadge implements BadgeInterface
2931 /**
3032 * Enables remember-me cookie creation.
3133 *
32- * In most cases, {@see RememberMeConditionsListener } enables this
34+ * In most cases, {@see CheckRememberMeConditionsListener } enables this
3335 * automatically if always_remember_me is true or the remember_me_parameter
3436 * exists in the request.
3537 *
You can’t perform that action at this time.
0 commit comments