File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -229,14 +229,14 @@ documentation.
229
229
230
230
.. code-block :: yaml
231
231
232
- # app/config/services .yml
232
+ # app/config/config .yml
233
233
jms_security_extra :
234
234
# ...
235
235
secure_all_services : true
236
236
237
237
.. code-block :: xml
238
238
239
- <!-- app/config/services .xml -->
239
+ <!-- app/config/config .xml -->
240
240
<?xml version =" 1.0" ?>
241
241
<container xmlns =" http://symfony.com/schema/dic/services"
242
242
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
@@ -250,7 +250,7 @@ documentation.
250
250
251
251
.. code-block :: php
252
252
253
- // app/config/services .php
253
+ // app/config/config .php
254
254
$container->loadFromExtension('jms_security_extra', array(
255
255
// ...
256
256
'secure_all_services' => true,
You can’t perform that action at this time.
0 commit comments