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 b798da3 commit 35e08f0Copy full SHA for 35e08f0
DependencyInjection/Configuration.php
@@ -19,7 +19,7 @@ public function getConfigTreeBuilder()
19
{
20
$treeBuilder = new TreeBuilder();
21
/** @noinspection PhpUndefinedMethodInspection */
22
- $treeBuilder->root('gatekeeper')
+ $treeBuilder->root('gate_keeper')
23
->children()
24
->scalarNode('repository_service')
25
->defaultValue('gatekeeper.repository.dummy')
0 commit comments