Skip to content

Commit 42aee61

Browse files
authored
Update Configuration.php
1 parent 4fb03a3 commit 42aee61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Configuration implements ConfigurationInterface
2424
public function getConfigTreeBuilder()
2525
{
2626
$treeBuilder = new TreeBuilder();
27-
$rootNode = $treeBuilder->root('api_postcode_postcode');
27+
$rootNode = $treeBuilder->root('api_postcode');
2828

2929
$rootNode->children()
3030
->arrayNode('api_postcode')->isRequired()->children()

0 commit comments

Comments
 (0)