From 740ed731fe46a117dc78de371c6882f6a95ca4b4 Mon Sep 17 00:00:00 2001 From: Peter Gasser Date: Thu, 16 Nov 2023 16:07:57 +0100 Subject: [PATCH] append backslash to namespace in twig_component.yaml This is the way the flex recipe creates this file and it throws an error without the final backslash --- src/TwigComponent/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TwigComponent/doc/index.rst b/src/TwigComponent/doc/index.rst index c7fb7794af3..566596d459f 100644 --- a/src/TwigComponent/doc/index.rst +++ b/src/TwigComponent/doc/index.rst @@ -70,7 +70,7 @@ file to control the template directory for your components: anonymous_template_directory: 'components/' defaults: # Namespace & directory for components - App\Twig\Components: 'components/' + App\Twig\Components\: 'components/' Component Basics ----------------