We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0092a commit 87437c8Copy full SHA for 87437c8
1 file changed
templates/twig-component/src/Resources/config/services.yaml
@@ -3,6 +3,11 @@ services:
3
autowire: true
4
autoconfigure: true
5
6
- Html\TwigComponentBundle\Twig\:
7
- resource: './../../Twig/'
8
- tags: ['controller.service_arguments']
+ Html\TwigComponentBundle\Twig\Block\:
+ resource: '../../Twig/Block/'
+
9
+ Html\TwigComponentBundle\Twig\Inline\:
10
+ resource: '../../Twig/Inline/'
11
12
+ Html\TwigComponentBundle\Twig\Void\:
13
+ resource: '../../Twig/Void/'
0 commit comments