Skip to content

Commit e8f82c3

Browse files
committed
fix typo in configuration for default form group of publish workflow
1 parent 70bea73 commit e8f82c3

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
@@ -91,7 +91,7 @@ public function getConfigTreeBuilder()
9191
->arrayNode('publish_time')
9292
->addDefaultsIfNotSet()
9393
->children()
94-
->scalarNode('form_group')->defaultValue('form.group_general')->end()
94+
->scalarNode('form_group')->defaultValue('form.group_publish_workflow')->end()
9595
->end()
9696
->end()
9797
->arrayNode('translatable')

0 commit comments

Comments
 (0)