You've already forked symfony-storage
debug
This commit is contained in:
@@ -19,6 +19,7 @@ class Configuration implements ConfigurationInterface
|
|||||||
$root = $treeBuilder->root('storage');
|
$root = $treeBuilder->root('storage');
|
||||||
$root->children()
|
$root->children()
|
||||||
->arrayNode('storage_name')
|
->arrayNode('storage_name')
|
||||||
|
->prototype('array')
|
||||||
->children()
|
->children()
|
||||||
->scalarNode('type')->end()
|
->scalarNode('type')->end()
|
||||||
->scalarNode('bucket')->end()
|
->scalarNode('bucket')->end()
|
||||||
@@ -26,6 +27,7 @@ class Configuration implements ConfigurationInterface
|
|||||||
->scalarNode('endpoint')->end()
|
->scalarNode('endpoint')->end()
|
||||||
->end()
|
->end()
|
||||||
->end()
|
->end()
|
||||||
|
->end()
|
||||||
->end();
|
->end();
|
||||||
return ($treeBuilder);
|
return ($treeBuilder);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user