Skip to content

Commit 23a27d0

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: minor symfony#11543 Fix php config example for hinclude_default_template (andrew-demb)
2 parents b617f22 + 854a964 commit 23a27d0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

templating/hinclude.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@ in your application configuration:
9393
$container->loadFromExtension('framework', [
9494
// ...
9595
'fragments' => [
96-
'hinclude_default_template' => [
97-
'hinclude.html.twig',
98-
],
96+
'hinclude_default_template' => 'hinclude.html.twig',
9997
],
10098
]);
10199

0 commit comments

Comments
 (0)