File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Bundle/SecurityBundle/Resources/config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 111
111
<service id =" security.authentication.success_handler" class =" %security.authentication.success_handler.class%" abstract =" true" public =" false" >
112
112
<argument type =" service" id =" security.http_utils" />
113
113
<argument />
114
- <argument / >
114
+ <argument type = " collection " /> <!-- Options -- >
115
115
</service >
116
116
117
117
<service id =" security.authentication.failure_handler" class =" %security.authentication.failure_handler.class%" abstract =" true" public =" false" >
118
118
<argument type =" service" id =" http_kernel" />
119
119
<argument type =" service" id =" security.http_utils" />
120
- <argument / >
120
+ <argument type = " collection " /> <!-- Options -- >
121
121
<argument type =" service" id =" logger" on-invalid =" null" />
122
122
</service >
123
123
You can’t perform that action at this time.
0 commit comments