We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe4cbb commit 2419725Copy full SHA for 2419725
src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.xml
@@ -48,6 +48,8 @@
48
<call method="setConfigCacheFactory">
49
<argument type="service" id="config_cache_factory" />
50
</call>
51
+
52
+ <autowiring-type>Symfony\Component\Translation\TranslatorInterface</autowiring-type>
53
</service>
54
55
<service id="translator.logging" class="Symfony\Component\Translation\LoggingTranslator" public="false">
0 commit comments