Skip to content

Commit

Permalink
Fix DI configuration still referencing the template with old bundle n…
Browse files Browse the repository at this point in the history
…ame.
  • Loading branch information
asprega committed May 20, 2021
1 parent 3e4b5bb commit 54a16a6
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 @@ public function getConfigTreeBuilder()
$builder = new TreeBuilder('slope_it_breadcrumb');
$builder->getRootNode()
->children()
->scalarNode('template')->defaultValue('@AndreaSpregaBreadcrumb/breadcrumb.html.twig')->end()
->scalarNode('template')->defaultValue('@SlopeItBreadcrumb/breadcrumb.html.twig')->end()
->end();
return $builder;
}
Expand Down

0 comments on commit 54a16a6

Please sign in to comment.