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: