Skip to content

Commit 854a964

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: minor #11543 Fix php config example for hinclude_default_template (andrew-demb)
2 parents 9b9e98f + 39da837 commit 854a964

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
'templating' => [
96-
'hinclude_default_template' => [
97-
'hinclude.html.twig',
98-
],
96+
'hinclude_default_template' => 'hinclude.html.twig',
9997
],
10098
]);
10199

0 commit comments

Comments
 (0)