From e71911c8e81977b504cd9b8d2bcc29bbb6e532d4 Mon Sep 17 00:00:00 2001 From: Steve McDougall Date: Fri, 6 Oct 2023 13:46:00 +0100 Subject: [PATCH] Adding config changes to config tree builder --- src/DependencyInjection/Configuration.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php index bf0b6b3..7ab7eb0 100644 --- a/src/DependencyInjection/Configuration.php +++ b/src/DependencyInjection/Configuration.php @@ -21,6 +21,7 @@ public function getConfigTreeBuilder() ->scalarNode('api_key')->end() ->booleanNode('debug')->end() ->arrayNode('masked')->scalarPrototype()->end() + ->arrayNode('ignore')->scalarPrototype()->end() ->end(); return $treeBuilder;