From 7a9c1d7c0f8824c7a0981f373ca8c3ce0218b5c8 Mon Sep 17 00:00:00 2001 From: Vincent AUBERT Date: Sat, 12 Dec 2015 10:45:04 +0100 Subject: [PATCH] #5999 fix files names --- book/service_container.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/book/service_container.rst b/book/service_container.rst index 7be9d9d8d1f..3cfd209f62d 100644 --- a/book/service_container.rst +++ b/book/service_container.rst @@ -109,7 +109,7 @@ be specified in YAML, XML or PHP: .. code-block:: yaml - # app/config/config.yml + # app/config/services.yml services: my_mailer: class: Acme\HelloBundle\Mailer @@ -117,7 +117,7 @@ be specified in YAML, XML or PHP: .. code-block:: xml - + setDefinition('my_mailer', new Definition(