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 4b61460 commit 1ba5ce4Copy full SHA for 1ba5ce4
Resources/config/console.xml
@@ -100,6 +100,9 @@
100
<service id="Symfony\Component\Form\Command\DebugCommand">
101
<argument type="service" id="form.registry" />
102
<argument type="collection" /> <!-- All form types namespaces are stored here by FormPass -->
103
+ <argument type="collection" /> <!-- All services form types are stored here by FormPass -->
104
+ <argument type="collection" /> <!-- All type extensions are stored here by FormPass -->
105
+ <argument type="collection" /> <!-- All type guessers are stored here by FormPass -->
106
<tag name="console.command" command="debug:form" />
107
</service>
108
</services>
0 commit comments