From e56d6dfb564fc5ae4698b038f222bc1c0e92190a Mon Sep 17 00:00:00 2001 From: Ahmed TAILOULOUTE Date: Thu, 10 Oct 2019 16:40:59 +0200 Subject: [PATCH] Update dic_tags.rst --- reference/dic_tags.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/dic_tags.rst b/reference/dic_tags.rst index e92b0f1d6fc..4578383288f 100644 --- a/reference/dic_tags.rst +++ b/reference/dic_tags.rst @@ -927,7 +927,7 @@ file When executing the ``translation:update`` command, it uses extractors to extract translation messages from a file. By default, the Symfony Framework has a :class:`Symfony\\Bridge\\Twig\\Translation\\TwigExtractor` and a -:class:`Symfony\\Bundle\\FrameworkBundle\\Translation\\PhpExtractor`, which +:class:`Symfony\\Component\\Translation\\Extractor\\PhpExtractor`, which help to find and extract translation keys from Twig templates and PHP files. You can create your own extractor by creating a class that implements