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 ce506f3 commit 321b3ddCopy full SHA for 321b3dd
DependencyInjection/Compiler/LoggingTranslatorPass.php
@@ -26,11 +26,6 @@ public function process(ContainerBuilder $container)
26
return;
27
}
28
29
- // skip if the symfony/translation version is lower than 2.6
30
- if (!interface_exists('Symfony\Component\Translation\TranslatorBagInterface')) {
31
- return;
32
- }
33
-
34
if ($container->hasParameter('translator.logging') && $container->getParameter('translator.logging')) {
35
$translatorAlias = $container->getAlias('translator');
36
$definition = $container->getDefinition((string) $translatorAlias);
0 commit comments