Skip to content

Commit 2888971

Browse files
authored
Update Configuration.php
1 parent ecfa586 commit 2888971

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

DependencyInjection/Configuration.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ public function getConfigTreeBuilder()
2727
$rootNode = $treeBuilder->root('api_postcode');
2828

2929
$rootNode->children()
30-
->arrayNode('api_postcode')->isRequired()->children()
3130
->scalarNode('token')->isRequired()->end()
32-
->end()
3331
->end();
3432

3533
return $treeBuilder;

0 commit comments

Comments
 (0)