10000 Make command lazy · symfony/symfony@9873afd · GitHub
[go: up one dir, main page]

Skip to content

Commit 9873afd

Browse files
committed
Make command lazy
1 parent 6b81ca7 commit 9873afd

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/form.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207

208208
<!-- Commands -->
209209
<service id="form.command.debug" class="Symfony\Bundle\FrameworkBundle\Command\FormDebugCommand">
210-
<tag name="console.command" />
210+
<tag name="console.command" command="debug:form" />
211211
<argument type="service" id="form.registry" />
212212
</service>
213213
</services>

0 commit comments

Comments
 (0)
0