From 82d1d6eda6f597e79d200e5284e5fb86c287d703 Mon Sep 17 00:00:00 2001 From: Eduardo Date: Sat, 7 Nov 2015 11:20:46 -0500 Subject: [PATCH] Update securing_services.rst I'm pretty sure the file mentioned in the last info box is ```app/config/config.yml``` and not ```services.yml```; there will probably be a similar issue in the other formats (XML and PHP) but I don't use them so I don't know for sure. Also, it goes back all the way to the first version of the docs, for SF 2.3. --- cookbook/security/securing_services.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/security/securing_services.rst b/cookbook/security/securing_services.rst index e8781d63c78..b0f3e981ff0 100644 --- a/cookbook/security/securing_services.rst +++ b/cookbook/security/securing_services.rst @@ -234,7 +234,7 @@ documentation. .. code-block:: yaml - # app/config/services.yml + # app/config/config.yml jms_security_extra: # ... secure_all_services: true