X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/df9cc8c5953d770e26a21d3350bc99ec0eb479b2..13151a7908e0476d082d9d4dfd8038873b6fa7f7:/DependencyInjection/Configuration.php diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index ed54893..8434833 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -120,11 +120,6 @@ class Configuration implements ConfigurationInterface { ->scalarNode('locale')->cannotBeEmpty()->defaultValue($defaults['locale'])->end() ->scalarNode('locales')->cannotBeEmpty()->defaultValue($defaults['locales'])->end() ->scalarNode('languages')->cannotBeEmpty()->defaultValue($defaults['languages'])->end() - /*->arrayNode('languages') - ->treatNullLike([]) - ->defaultValue($defaults['languages']) - ->scalarPrototype()->end() - ->end()*/ ->end() ->end();