Skip to content

Commit

Permalink
Merge pull request #10 from Treblle/feature/config-tree-builder
Browse files Browse the repository at this point in the history
Adding config changes to config tree builder
  • Loading branch information
JustSteveKing authored Oct 6, 2023
2 parents 520354d + e71911c commit 7201243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7201243

Please sign in to comment.