Skip to content

Commit

Permalink
Changing the config key as suggested by pamil #190
Browse files Browse the repository at this point in the history
  • Loading branch information
mamazu committed Mar 20, 2019
1 parent a4b2f62 commit a230061
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 @@ -15,7 +15,7 @@ final class Configuration implements ConfigurationInterface
public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder();
$rootNode = $treeBuilder->root('shop_api');
$rootNode = $treeBuilder->root('sylius_shop_api');

$this->buildIncludedAttributesNode($rootNode);
$this->buildViewClassesNode($rootNode);
Expand Down

0 comments on commit a230061

Please sign in to comment.