Skip to content

Commit 43b17c2

Browse files
author
Damien Carrier
committed
fixing xml example too.
1 parent 2c38498 commit 43b17c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)