Skip to content

Commit

Permalink
Update Configuration.php (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
webflo authored Aug 27, 2021
1 parent e811c54 commit 6f2399e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Configuration implements ConfigurationInterface
*/
public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder('zeichen32_gi_lab_api');
$treeBuilder = new TreeBuilder('zeichen32_git_lab_api');

if (\method_exists(TreeBuilder::class, 'getRootNode')) {
$rootNode = $treeBuilder->getRootNode();
Expand Down

0 comments on commit 6f2399e

Please sign in to comment.