tidy
This commit is contained in:
parent
c1ce7c9d6f
commit
813b30d210
@ -6,9 +6,6 @@ use Symfony\Component\Console\Input\InputInterface;
|
|||||||
use Symfony\Component\Console\Output\OutputInterface;
|
use Symfony\Component\Console\Output\OutputInterface;
|
||||||
|
|
||||||
class TestCommand extends Command{
|
class TestCommand extends Command{
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
*/
|
|
||||||
|
|
||||||
private $_state;
|
private $_state;
|
||||||
private $_objectManager;
|
private $_objectManager;
|
||||||
@ -37,9 +34,6 @@ class TestCommand extends Command{
|
|||||||
parent::configure();
|
parent::configure();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
*/
|
|
||||||
protected function execute(InputInterface $input, OutputInterface $output){
|
protected function execute(InputInterface $input, OutputInterface $output){
|
||||||
$this->_productAction=$this->_objectManager->get('\Magento\Catalog\Model\ResourceModel\Product\Action');
|
$this->_productAction=$this->_objectManager->get('\Magento\Catalog\Model\ResourceModel\Product\Action');
|
||||||
$output->writeln(get_class($this->_productAction));
|
$output->writeln(get_class($this->_productAction));
|
||||||
|
Loading…
Reference in New Issue
Block a user