Skip to content

Commit f02ca21

Browse files
authored
Merge pull request #669 from Eloar/668_fix
fixes #668: initialization overwrite in DeleteCommand
2 parents 4bfb678 + 65610f4 commit f02ca21

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)