File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1653,7 +1653,7 @@ and set the ``limiter`` option to its service ID:
16531653 <!-- 2nd argument is the limiter for username+IP -->
16541654 <srv : argument type =" service" id =" limiter.username_ip_login" />
16551655 <!-- 3rd argument is the app secret -->
1656- <srv : argument type =" service " id = " %kernel.secret%" / >
1656+ <srv : argument type =" string " > %kernel.secret%</ srv : argument >
16571657 </srv : service >
16581658 </srv : services >
16591659
@@ -1697,7 +1697,7 @@ and set the ``limiter`` option to its service ID:
16971697 // 2nd argument is the limiter for username+IP
16981698 new Reference('limiter.username_ip_login'),
16991699 // 3rd argument is the app secret
1700- new Reference ('kernel.secret'),
1700+ param ('kernel.secret'),
17011701 ]);
17021702
17031703 $security->firewall('main')
You can’t perform that action at this time.
0 commit comments