This commit is contained in:
James 2020-12-26 15:41:52 +00:00
parent 65a7ac1fab
commit 90457f1fda

View File

@ -33,9 +33,6 @@ class TestCommand extends Command{
parent::configure(); parent::configure();
} }
/**
* {@inheritdoc}
*/
protected function execute(InputInterface $input, OutputInterface $output){ protected function execute(InputInterface $input, OutputInterface $output){
$output->writeln(get_class($this->_productAction)); $output->writeln(get_class($this->_productAction));
} }