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 abe8ef2 commit b798da3Copy full SHA for b798da3
DependencyInjection/Configuration.php
@@ -23,7 +23,6 @@ public function getConfigTreeBuilder()
23
->children()
24
->scalarNode('repository_service')
25
->defaultValue('gatekeeper.repository.dummy')
26
- ->isRequired()
27
->end()
28
->end();
29
0 commit comments