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 e8f82c3 commit 8bc73baCopy full SHA for 8bc73ba
DependencyInjection/CmfCoreExtension.php
@@ -43,9 +43,6 @@ public function prepend(ContainerBuilder $container)
43
if (isset($extensions['cmf_routing'])) {
44
$container->prependExtensionConfig('cmf_routing', array('dynamic' => $prependConfig['multilang']));
45
}
46
- if (isset($extensions['cmf_simple_cms'])) {
47
- $container->prependExtensionConfig('cmf_simple_cms', $prependConfig);
48
- }
49
50
51
if ($config['persistence']['phpcr']) {
0 commit comments