Skip to content

Commit 6e9aaf9

Browse files
committed
Context. Use default value if none provided
1 parent e2b7252 commit 6e9aaf9

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
@@ -16,7 +16,7 @@ public function getConfigTreeBuilder()
1616
$rootNode = $tb->root('enqueue_elastica');
1717
$rootNode
1818
->children()
19-
->scalarNode('context')->isRequired()->defaultValue('enqueue.transport.context')->cannotBeEmpty()->end()
19+
->scalarNode('context')->defaultValue('enqueue.transport.context')->cannotBeEmpty()->end()
2020
->arrayNode('doctrine')
2121
->children()
2222
->arrayNode('queue_listeners')

0 commit comments

Comments
 (0)