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 9e5883c commit 9ed6079Copy full SHA for 9ed6079
DependencyInjection/Configuration.php
@@ -104,7 +104,7 @@ protected function configureClients(ArrayNodeDefinition $root)
104
->info('A list of service ids of plugins. The order is important.')
105
->prototype('scalar')->end()
106
->end()
107
- ->variableNode('config')->end()
+ ->variableNode('config')->defaultValue([])->end()
108
109
->end();
110
}
0 commit comments