diff --git a/service_container/expression_language.rst b/service_container/expression_language.rst index 9889485cd56..09ee95c547a 100644 --- a/service_container/expression_language.rst +++ b/service_container/expression_language.rst @@ -24,7 +24,7 @@ of the new ``mailer_configuration`` service? One way is to use an expression: .. code-block:: yaml - # app/config/config.yml + # app/config/services.yml services: my_mailer: class: AppBundle\Mailer @@ -32,7 +32,7 @@ of the new ``mailer_configuration`` service? One way is to use an expression: .. code-block:: xml - +