[FrameworkBundle] Use PhpExtractor from Translation

This commit is contained in:
Nicolas Grekas 2017-09-29 13:28:23 +02:00
parent ee545bf8d4
commit 3d19fd9837

View File

@ -121,7 +121,7 @@
<tag name="translation.dumper" alias="res" />
</service>
<service id="translation.extractor.php" class="Symfony\Bundle\FrameworkBundle\Translation\PhpExtractor">
<service id="translation.extractor.php" class="Symfony\Component\Translation\Extractor\PhpExtractor">
<tag name="translation.extractor" alias="php" />
</service>