Skip to content

Commit bfcd631

Browse files
committed
📦 More appropriate name for configuration attribute
1 parent 2b81358 commit bfcd631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ public function getConfigTreeBuilder(): TreeBuilder
3333
->children()
3434
->integerNode('max_length')->defaultValue(64)->end()
3535
->arrayNode('command')
36-
->useAttributeAsKey('name')
36+
->useAttributeAsKey('pattern')
3737
->scalarPrototype()->end()
3838
->end()
3939
->arrayNode('request')
40-
->useAttributeAsKey('name')
40+
->useAttributeAsKey('pattern')
4141
->scalarPrototype()->end()
4242
->end()
4343
->end()

0 commit comments

Comments
 (0)