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.
1 parent e2b7252 commit 6e9aaf9Copy full SHA for 6e9aaf9
DependencyInjection/Configuration.php
@@ -16,7 +16,7 @@ public function getConfigTreeBuilder()
16
$rootNode = $tb->root('enqueue_elastica');
17
$rootNode
18
->children()
19
- ->scalarNode('context')->isRequired()->defaultValue('enqueue.transport.context')->cannotBeEmpty()->end()
+ ->scalarNode('context')->defaultValue('enqueue.transport.context')->cannotBeEmpty()->end()
20
->arrayNode('doctrine')
21
22
->arrayNode('queue_listeners')
0 commit comments