8000
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.
DebugCommand
1 parent 9847b83 commit 290c7ebCopy full SHA for 290c7eb
src/Symfony/Bundle/FrameworkBundle/Resources/config/console.xml
@@ -77,7 +77,7 @@
77
<tag name="console.command" command="messenger:consume-messages" />
78
</service>
79
80
- <service id="console.command.messenger_debug" class="Symfony\Component\Messenger\Command\MessengerDebugCommand">
+ <service id="console.command.messenger_debug" class="Symfony\Component\Messenger\Command\DebugCommand">
81
<argument type="collection" /> <!-- Message to handlers mapping -->
82
<tag name="console.command" command="debug:messenger" />
83
src/Symfony/Component/Messenger/Command/MessengerDebugCommand.php renamed to src/Symfony/Component/Messenger/Command/DebugCommand.php
@@ -23,7 +23,7 @@
23
*
24
* @experimental in 4.1
25
*/
26
-class MessengerDebugCommand extends Command
+class DebugCommand extends Command
27
{
28
protected static $defaultName = 'debug:messenger';
29
0 commit comments