Skip to content

Commit

Permalink
Merge pull request #8 from IndraGunawan/fix-tree-builder-name
Browse files Browse the repository at this point in the history
Fix TreeBuilder name
  • Loading branch information
matthieu2607 authored May 31, 2024
2 parents 65dd4b6 + 513ed0d commit e387f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Configuration implements ConfigurationInterface
{
public function getConfigTreeBuilder(): TreeBuilder
{
$treeBuilder = new TreeBuilder('pixelopen_cloudflare_turnstile');
$treeBuilder = new TreeBuilder('pixel_open_cloudflare_turnstile');
$rootNode = $treeBuilder->getRootNode();

$rootNode
Expand Down

0 comments on commit e387f63

Please sign in to comment.