Skip to content

Commit cc287c4

Browse files
committed
Sets consumer name not required
1 parent 3dd7076 commit cc287c4

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
@@ -263,7 +263,7 @@ protected function addQueueNodeConfiguration(ArrayNodeDefinition $node)
263263
{
264264
$node
265265
->children()
266-
->scalarNode('name')->isRequired()->end()
266+
->scalarNode('name')->end()
267267
->booleanNode('passive')->defaultFalse()->end()
268268
->booleanNode('durable')->defaultTrue()->end()
269269
->booleanNode('exclusive')->defaultFalse()->end()

0 commit comments

Comments
 (0)