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 11
11
12
12
namespace Symfony \Component \Security \Http \Authenticator \Passport \Badge ;
13
13
14
+ use Symfony \Component \Security \Http \EventListener \CheckRememberMeConditionsListener ;
15
+
14
16
/**
15
17
* Adds support for remember me to this authenticator.
16
18
*
17
19
* The presence of this badge doesn't create the remember-me cookie. The actual
18
20
* 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.
20
22
*
21
23
* @author Wouter de Jong <wouter@wouterj.nl>
22
24
*
@@ -29,7 +31,7 @@ class RememberMeBadge implements BadgeInterface
29
31
/**
30
32
* Enables remember-me cookie creation.
31
33
*
32
- * In most cases, {@see RememberMeConditionsListener } enables this
34
+ * In most cases, {@see CheckRememberMeConditionsListener } enables this
33
35
* automatically if always_remember_me is true or the remember_me_parameter
34
36
* exists in the request.
35
37
*
You can’t perform that action at this time.
0 commit comments