Skip to content

Commit 87437c8

Browse files
committed
chore: bundle config
1 parent ce0092a commit 87437c8

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

templates/twig-component/src/Resources/config/services.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ services:
33
autowire: true
44
autoconfigure: true
55

6-
Html\TwigComponentBundle\Twig\:
7-
resource: './../../Twig/'
8-
tags: ['controller.service_arguments']
6+
Html\TwigComponentBundle\Twig\Block\:
7+
resource: '../../Twig/Block/'
8+
9+
Html\TwigComponentBundle\Twig\Inline\:
10+
resource: '../../Twig/Inline/'
11+
12+
Html\TwigComponentBundle\Twig\Void\:
13+
resource: '../../Twig/Void/'

0 commit comments

Comments
 (0)