diff --git a/StorageBundle/DependencyInjection/Configuration.php b/StorageBundle/DependencyInjection/Configuration.php index 224a319..143dc52 100644 --- a/StorageBundle/DependencyInjection/Configuration.php +++ b/StorageBundle/DependencyInjection/Configuration.php @@ -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()