Skip to content

Commit e6bc8ed

Browse files
committed
Error where config.yml should be security.yml.
1 parent 81833e3 commit e6bc8ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/security.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ First, enable form login under your firewall:
268268

269269
.. code-block:: yaml
270270
271-
# app/config/config.yml
271+
# app/config/security.yml
272272
security:
273273
firewalls:
274274
secured_area:
@@ -280,7 +280,7 @@ First, enable form login under your firewall:
280280
281281
.. code-block:: xml
282282
283-
<!-- app/config/config.xml -->
283+
<!-- app/config/security.xml -->
284284
<srv:container xmlns="http://symfony.com/schema/dic/security"
285285
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
286286
xmlns:srv="http://symfony.com/schema/dic/services"
@@ -296,7 +296,7 @@ First, enable form login under your firewall:
296296
297297
.. code-block:: php
298298
299-
// app/config/config.php
299+
// app/config/security.php
300300
$container->loadFromExtension('security', array(
301301
'firewalls' => array(
302302
'secured_area' => array(

0 commit comments

Comments
 (0)