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.
intl
1 parent a8c43b6 commit 1a90ba8Copy full SHA for 1a90ba8
src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExtensionPass.php
@@ -32,7 +32,7 @@ public function process(ContainerBuilder $container): void
32
$container->removeDefinition('twig.extension.assets');
33
}
34
35
- if (!class_exists(EmojiTransliterator::class)) {
+ if (!class_exists(\Transliterator::class) || !class_exists(EmojiTransliterator::class)) {
36
$container->removeDefinition('twig.extension.emoji');
37
38
0 commit comments