Skip to content

Commit 788a55b

Browse files
committed
removed default generic_controller
1 parent f7a4570 commit 788a55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function getConfigTreeBuilder()
4545
->fixXmlConfig('locale')
4646
->children()
4747
->scalarNode('enabled')->defaultNull()->end()
48-
->scalarNode('generic_controller')->defaultValue('cmf_content.controller:indexAction')->end()
48+
->scalarNode('generic_controller')->defaultNull()->end()
4949
->arrayNode('controllers_by_type')
5050
->useAttributeAsKey('type')
5151
->prototype('scalar')->end()

0 commit comments

Comments
 (0)