diff --git a/templating/hinclude.rst b/templating/hinclude.rst index 396dec13643..ee5047cc124 100644 --- a/templating/hinclude.rst +++ b/templating/hinclude.rst @@ -93,9 +93,7 @@ in your application configuration: $container->loadFromExtension('framework', [ // ... 'fragments' => [ - 'hinclude_default_template' => [ - 'hinclude.html.twig', - ], + 'hinclude_default_template' => 'hinclude.html.twig', ], ]);