From 1d7e716989b1f63ed582e6e0a59ae32e310f0902 Mon Sep 17 00:00:00 2001 From: Peyman Mohamadpour Date: Sat, 7 Oct 2017 17:13:08 +0330 Subject: [PATCH] Update tags.rst --- service_container/tags.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container/tags.rst b/service_container/tags.rst index cc8d14ae512..116a5dcaeac 100644 --- a/service_container/tags.rst +++ b/service_container/tags.rst @@ -72,7 +72,7 @@ that it implements ``Twig_ExtensionInterface``) and adds the tag for you. .. tip:: - To apply a tag to all your autoconfigured services extending a class or an + To apply a tag to all your autoconfigured services extending a class or implementing an interface, call the :method:`Symfony\\Component\\DependencyInjection\\ContainerBuilder::registerForAutoconfiguration` method in an :doc:`extension ` or from your kernel::