Skip to content

Commit

Permalink
#3 Fix configuration naming to clever_age_ui_process:
Browse files Browse the repository at this point in the history
  • Loading branch information
njoubert-cleverage committed Nov 20, 2024
1 parent ac7806b commit 8dc901b
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 @@ -22,7 +22,7 @@ class Configuration implements ConfigurationInterface
{
public function getConfigTreeBuilder(): TreeBuilder
{
$tb = new TreeBuilder('cleverage_ui_process');
$tb = new TreeBuilder('clever_age_ui_process');
/** @var ArrayNodeDefinition $rootNode */
$rootNode = $tb->getRootNode();
$rootNode
Expand Down

0 comments on commit 8dc901b

Please sign in to comment.