diff --git a/Command/TestCommand.php b/Command/TestCommand.php index 223ad9e..04c88b9 100644 --- a/Command/TestCommand.php +++ b/Command/TestCommand.php @@ -16,7 +16,7 @@ class TestCommand extends Command{ \Magento\Catalog\Model\ProductRepository $productRepository, \Magento\Framework\ObjectManagerInterface $objectManager, \Magento\Framework\App\State $state, - \Magento\Catalog\Model\ResourceModel\Product\Action $productAction + \Magento\Catalog\Model\ResourceModel\Product\Action\Proxy $productAction ) { $this->_state=$state; $this->_objectManager=$objectManager;