Skip to content

Commit 65610f4

Browse files
committed
refs #668: initialization overwrite in DeleteCommand
1 parent d815829 commit 65610f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Command/DeleteCommand.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ protected function configure()
2222
$this->setName('rabbitmq:delete');
2323
}
2424

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+
2530
/**
2631
* @param InputInterface $input
2732
* @param OutputInterface $output

0 commit comments

Comments
 (0)