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.
229229
230230 .. code-block :: yaml
231231
232- # app/config/services .yml
232+ # app/config/config .yml
233233 jms_security_extra :
234234 # ...
235235 secure_all_services : true
236236
237237 .. code-block :: xml
238238
239- <!-- app/config/services .xml -->
239+ <!-- app/config/config .xml -->
240240 <?xml version =" 1.0" ?>
241241 <container xmlns =" http://symfony.com/schema/dic/services"
242242 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
@@ -250,7 +250,7 @@ documentation.
250250
251251 .. code-block :: php
252252
253- // app/config/services .php
253+ // app/config/config .php
254254 $container->loadFromExtension('jms_security_extra', array(
255255 // ...
256256 'secure_all_services' => true,
You can’t perform that action at this time.
0 commit comments