From 5138994a0d908476404bc76dc1cc51470696acf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20S=C5=82omka?= Date: Mon, 12 Dec 2022 11:47:14 +0100 Subject: [PATCH] IBX-4452: Refactored jms_translation configuration using constant (#36) For more details see https://issues.ibexa.co/browse/IBX-4452 and https://github.com/ibexa/system-info/pull/36 --- 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 57be28f0..89fad480 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/', ],