Skip to content

Commit 7160baf

Browse files
ismail1432xabbuh
authored andcommitted
Update service_container.rst
1 parent c5d1e8a commit 7160baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ But, with ``autoconfigure: true``, you don't need the tag. In fact, if you're us
841841
the :ref:`Symfony Standard Edition services.yml config <service-container-services-load-example>`,
842842
you don't need to do *anything*: the service will be automatically loaded. Then,
843843
``autoconfigure`` will add the ``twig.extension`` tag *for* you, because your class
844-
implements ``Twig\\Extension\\ExtensionInterface``. And thanks to ``autowire``, you can even add
844+
implements ``Twig\Extension\ExtensionInterface``. And thanks to ``autowire``, you can even add
845845
constructor arguments without any configuration.
846846

847847
Of course, you can still :ref:`manually configure the service <services-manually-wire-args>`

0 commit comments

Comments
 (0)