This commit is contained in:
2019-02-20 11:56:20 +01:00
parent 401b73f92c
commit 8a0f853a41

View File

@@ -18,6 +18,7 @@ class Configuration implements ConfigurationInterface
$treeBuilder = new TreeBuilder();
$root = $treeBuilder->root('storage');
$root->useAttributeAsKey('storage_name')
->prototype('array')
->children()
->scalarNode('type')->end()
->scalarNode('bucket')->end()