Skip to content

Commit

Permalink
Fix Twig path deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanlaak authored Nov 17, 2021
1 parent 28872d6 commit 3bd29a8
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 @@ -27,7 +27,7 @@ public function getConfigTreeBuilder()
$rootNode
->children()
->scalarNode('template')
->defaultValue('APYBreadcrumbTrailBundle::breadcrumbtrail.html.twig')
->defaultValue('@APYBreadcrumbTrail/breadcrumbtrail.html.twig')
->end()
->end()
;
Expand Down

0 comments on commit 3bd29a8

Please sign in to comment.