8000 [TwigBundle] service workflow.twig_extension should stay public · symfony/symfony@5d07c6a · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d07c6a

Browse files
committed
[TwigBundle] service workflow.twig_extension should stay public
1 parent 50729d5 commit 5d07c6a

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Bundle/TwigBundle/Resources/config

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<tag name="translation.extractor" alias="twig" />
116116
</service>
117117

118-
<service id="workflow.twig_extension" class="Symfony\Bridge\Twig\Extension\WorkflowExtension">
118+
<service id="workflow.twig_extension" class="Symfony\Bridge\Twig\Extension\WorkflowExtension" public="true">
119119
<argument type="service" id="workflow.registry" />
120120
</service>
121121

0 commit comments

Comments
 (0)
0