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 48f35ab commit 922eadbCopy full SHA for 922eadb
Resources/config/workflow.xml
@@ -22,10 +22,5 @@
22
<service id="workflow.marking_store.single_state" class="Symfony\Component\Workflow\MarkingStore\SingleStateMarkingStore" abstract="true" />
23
24
<service id="workflow.registry" class="Symfony\Component\Workflow\Registry" />
25
-
26
- <service id="workflow.twig_extension" class="Symfony\Bridge\Twig\Extension\WorkflowExtension">
27
- <argument type="service" id="workflow.registry" />
28
- <tag name="twig.extension" />
29
- </service>
30
</services>
31
</container>
0 commit comments