Skip to content

Commit cccf79c

Browse files
authored
Fix php config example for hinclude_default_template
1 parent 5a64d4f commit cccf79c

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)