From a17e81c1c6e926f1ffd692637a7691d4dd5d76eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20S=C5=82omka?= Date: Fri, 9 Dec 2022 16:46:30 +0100 Subject: [PATCH] IBX-4452: Refactored jms_translation configuration using constant --- src/bundle/DependencyInjection/IbexaSystemInfoExtension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundle/DependencyInjection/IbexaSystemInfoExtension.php b/src/bundle/DependencyInjection/IbexaSystemInfoExtension.php index 57be28f..89fad48 100644 --- a/src/bundle/DependencyInjection/IbexaSystemInfoExtension.php +++ b/src/bundle/DependencyInjection/IbexaSystemInfoExtension.php @@ -87,7 +87,7 @@ private function prependJMSTranslation(ContainerBuilder $container): void { $container->prependExtensionConfig('jms_translation', [ 'configs' => [ - 'ibexa_support_tools' => [ + self::EXTENSION_NAME => [ 'dirs' => [ __DIR__ . '/../../../src/', ],