diff --git a/Command/TestCommand.php b/Command/TestCommand.php index 1cd242f..6a328ad 100644 --- a/Command/TestCommand.php +++ b/Command/TestCommand.php @@ -15,14 +15,11 @@ class TestCommand extends Command{ public function __construct( \Magento\Catalog\Model\ProductRepository $productRepository, \Magento\Framework\ObjectManagerInterface $objectManager, - \Magento\Framework\App\State $state//, - //\Magento\Catalog\Model\ResourceModel\Product\Action $productAction + \Magento\Framework\App\State $state ) { $this->_state=$state; $this->_objectManager=$objectManager; $this->_productRepository=$productRepository; - //$this->_productAction=$productAction; - //$this->_productAction=$this->_objectManager->get('\Magento\Catalog\Model\ResourceModel\Product\Action'); parent::__construct(); }