From f8d6eb3ced3f92d9f8f297ffb644e80b247a2f03 Mon Sep 17 00:00:00 2001 From: Smaine Milianni Date: Fri, 24 Aug 2018 10:07:13 +0200 Subject: [PATCH] Update service_container.rst --- service_container.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container.rst b/service_container.rst index e99ec696ae7..b58d9b88fe9 100644 --- a/service_container.rst +++ b/service_container.rst @@ -772,7 +772,7 @@ But, with ``autoconfigure: true``, you don't need the tag. In fact, if you're us the :ref:`default services.yaml config `, you don't need to do *anything*: the service will be automatically loaded. Then, ``autoconfigure`` will add the ``twig.extension`` tag *for* you, because your class -implements ``Twig\\Extension\\ExtensionInterface``. And thanks to ``autowire``, you can even add +implements ``Twig\Extension\ExtensionInterface``. And thanks to ``autowire``, you can even add constructor arguments without any configuration. .. _container-public: