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.
2 parents 8e3c879 + cc287c4 commit 2c66d26Copy full SHA for 2c66d26
DependencyInjection/Configuration.php
@@ -268,7 +268,7 @@ protected function addQueueNodeConfiguration(ArrayNodeDefinition $node)
268
{
269
$node
270
->children()
271
- ->scalarNode('name')->isRequired()->end()
+ ->scalarNode('name')->end()
272
->booleanNode('passive')->defaultFalse()->end()
273
->booleanNode('durable')->defaultTrue()->end()
274
->booleanNode('exclusive')->defaultFalse()->end()
0 commit comments