Skip to content

Commit e98e6c3

Browse files
committed
minor #5870 Update securing_services.rst (aruku)
This PR was merged into the 2.3 branch. Discussion ---------- Update securing_services.rst Typo in file path. Commits ------- 41bac72 Update securing_services.rst
2 parents c447053 + 41bac72 commit e98e6c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cookbook/security/securing_services.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)