Remove deprecated translation.loader service (fix merge)

This commit is contained in:
Robin Chalas 2017-08-30 01:26:39 +02:00
parent 0537e03e72
commit af2b66b5b7

View File

@ -121,9 +121,6 @@
<tag name="translation.extractor" alias="php" />
</service>
<service id="translation.loader" class="Symfony\Bundle\FrameworkBundle\Translation\TranslationLoader" public="true">
<deprecated>The "%service_id%" service is deprecated since Symfony 3.4 and will be removed in 4.0. Use "translation.reader" instead.</deprecated>
</service>
<service id="translation.reader" class="Symfony\Component\Translation\Reader\TranslationReader" public="true" />
<service id="translation.extractor" class="Symfony\Component\Translation\Extractor\ChainExtractor" public="true" />