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.
2 parents 4bfb678 + 65610f4 commit f02ca21Copy full SHA for f02ca21
Command/DeleteCommand.php
@@ -22,6 +22,11 @@ protected function configure()
22
$this->setName('rabbitmq:delete');
23
}
24
25
+ protected function initialize(InputInterface $input, OutputInterface $output)
26
+ {
27
+ // nothing to initialize here as BaseConsumerCommand initializes on option that is not available here
28
+ }
29
+
30
/**
31
* @param InputInterface $input
32
* @param OutputInterface $output
0 commit comments