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.
2 parents e8f82c3 + 8bc73ba commit 53c3dc1Copy full SHA for 53c3dc1
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