Skip to content

Commit e56d6df

Browse files
authored
Update dic_tags.rst
1 parent 0106fc9 commit e56d6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/dic_tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ file
927927
When executing the ``translation:update`` command, it uses extractors to
928928
extract translation messages from a file. By default, the Symfony Framework
929929
has a :class:`Symfony\\Bridge\\Twig\\Translation\\TwigExtractor` and a
930-
:class:`Symfony\\Bundle\\FrameworkBundle\\Translation\\PhpExtractor`, which
930+
:class:`Symfony\\Component\\Translation\\Extractor\\PhpExtractor`, which
931931
help to find and extract translation keys from Twig templates and PHP files.
932932

933933
You can create your own extractor by creating a class that implements

0 commit comments

Comments
 (0)