File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ authentication (i.e. the old-school username/password box):
37
37
38
38
.. code-block :: yaml
39
39
40
- # app/config/config .yml
40
+ # app/config/security .yml
41
41
security :
42
42
firewalls :
43
43
secured_area :
@@ -60,7 +60,7 @@ authentication (i.e. the old-school username/password box):
60
60
61
61
.. code-block :: xml
62
62
63
- <!-- app/config/config .xml -->
63
+ <!-- app/config/security .xml -->
64
64
<srv : container xmlns =" http://symfony.com/schema/dic/security"
65
65
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
66
66
xmlns : srv =" http://symfony.com/schema/dic/services"
@@ -87,7 +87,7 @@ authentication (i.e. the old-school username/password box):
87
87
88
88
.. code-block :: php
89
89
90
- // app/config/config .php
90
+ // app/config/security .php
91
91
$container->loadFromExtension('security', array(
92
92
'firewalls' => array(
93
93
'secured_area' => array(
You can’t perform that action at this time.
0 commit comments