Skip to content

Commit

Permalink
minor #1282 append backslash to namespace in twig_component.yaml (boe…
Browse files Browse the repository at this point in the history
…dah)

This PR was merged into the 2.x branch.

Discussion
----------

append backslash to namespace in twig_component.yaml

This is the way the [flex recipe](https://github.com/symfony/recipes/blob/flex/main/symfony.ux-twig-component.2.13.json) creates this file and it throws an error without the final backslash.

Commits
-------

740ed73 append backslash to namespace in twig_component.yaml
  • Loading branch information
weaverryan committed Dec 1, 2023
2 parents 0f40dfc + 740ed73 commit e521321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TwigComponent/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------
Expand Down

0 comments on commit e521321

Please sign in to comment.