From 62f60374ea5d7b51104514e66eb65c7f894176d1 Mon Sep 17 00:00:00 2001 From: cbeauvoi Date: Wed, 20 Feb 2019 13:04:35 +0100 Subject: [PATCH] debug --- StorageBundle/DependencyInjection/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StorageBundle/DependencyInjection/Configuration.php b/StorageBundle/DependencyInjection/Configuration.php index 22db9e0..0359ba9 100644 --- a/StorageBundle/DependencyInjection/Configuration.php +++ b/StorageBundle/DependencyInjection/Configuration.php @@ -20,7 +20,7 @@ class Configuration implements ConfigurationInterface $root->useAttributeAsKey('storage_name') ->prototype('array') ->children() - ->scalarNode('type')->end() + ->scalarNode('type')->isRequired()->cannotBeEmpty()->end() ->scalarNode('bucket')->end() ->scalarNode('region')->end() ->scalarNode('endpoint')->end()