From a18ea30c8f35715fdb9e2b9ea45867dfa255d52e Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 8 Jun 2021 16:33:09 +0200 Subject: [PATCH] chill-main work in progress --- src/Bundle/ChillMainBundle/DependencyInjection/Configuration.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/Configuration.php b/src/Bundle/ChillMainBundle/DependencyInjection/Configuration.php index 8f70d2604..ad4c1929b 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/Configuration.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/Configuration.php @@ -43,6 +43,7 @@ class Configuration implements ConfigurationInterface ->children() ->scalarNode('phonenumber_default_country_code') ->cannotBeEmpty() + ->isRequired() ->defaultValue('+32') ->end() // end of scalar 'phonenumber_default_country_code' ->scalarNode('installation_name')