Skip to content

Commit

Permalink
Update securing_services.rst
Browse files Browse the repository at this point in the history
Typo in file path.
  • Loading branch information
Eduardo committed Nov 7, 2015
1 parent c447053 commit 41bac72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cookbook/security/securing_services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,14 +229,14 @@ documentation.

.. code-block:: yaml
# app/config/services.yml
# app/config/config.yml
jms_security_extra:
# ...
secure_all_services: true
.. code-block:: xml
<!-- app/config/services.xml -->
<!-- app/config/config.xml -->
<?xml version="1.0" ?>
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand All @@ -250,7 +250,7 @@ documentation.
.. code-block:: php
// app/config/services.php
// app/config/config.php
$container->loadFromExtension('jms_security_extra', array(
// ...
'secure_all_services' => true,
Expand Down

0 comments on commit 41bac72

Please sign in to comment.