Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5d07c6a

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.