Skip to content

Commit 79bb76f

Browse files
committed
Add missing service definitions
1 parent 50007ab commit 79bb76f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Resources/config/services.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<container xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://symfony.com/schema/dic/services"
44
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
55
<imports>
6+
<import resource="services/parser.xml"/>
67
<import resource="services/renderer.xml"/>
78
</imports>
89
</container>

0 commit comments

Comments
 (0)