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 84c3199 commit 035d980Copy full SHA for 035d980
DependencyInjection/Configuration.php
@@ -20,7 +20,7 @@ public function getConfigTreeBuilder()
20
{
21
$treeBuilder = new TreeBuilder('i_xarlie_mutex');
22
$treeBuilder
23
- ->getRootNode()
+ ->root('i_xarlie_mutex')
24
->addDefaultsIfNotSet()
25
->children()
26
->scalarNode('default')->isRequired()->cannotBeEmpty()->end()
0 commit comments