Skip to content

Commit 73fc50f

Browse files
committed
Stop prepending removed CmfTreeBrowser configuration
1 parent fba4b30 commit 73fc50f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/DependencyInjection/CmfCoreExtension.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -178,16 +178,6 @@ public function prepend(ContainerBuilder $container)
178178
],
179179
];
180180

181-
break;
182-
case 'cmf_tree_browser':
183-
$prependConfig = [
184-
'persistence' => [
185-
'phpcr' => [
186-
'enabled' => $persistenceConfig['enabled'],
187-
],
188-
],
189-
];
190-
191181
break;
192182
case 'cmf_seo':
193183
$prependConfig = [

0 commit comments

Comments
 (0)