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/', ],