tidy
This commit is contained in:
parent
813b30d210
commit
6ca13b13c9
@ -15,14 +15,11 @@ class TestCommand extends Command{
|
|||||||
public function __construct(
|
public function __construct(
|
||||||
\Magento\Catalog\Model\ProductRepository $productRepository,
|
\Magento\Catalog\Model\ProductRepository $productRepository,
|
||||||
\Magento\Framework\ObjectManagerInterface $objectManager,
|
\Magento\Framework\ObjectManagerInterface $objectManager,
|
||||||
\Magento\Framework\App\State $state//,
|
\Magento\Framework\App\State $state
|
||||||
//\Magento\Catalog\Model\ResourceModel\Product\Action $productAction
|
|
||||||
) {
|
) {
|
||||||
$this->_state=$state;
|
$this->_state=$state;
|
||||||
$this->_objectManager=$objectManager;
|
$this->_objectManager=$objectManager;
|
||||||
$this->_productRepository=$productRepository;
|
$this->_productRepository=$productRepository;
|
||||||
//$this->_productAction=$productAction;
|
|
||||||
//$this->_productAction=$this->_objectManager->get('\Magento\Catalog\Model\ResourceModel\Product\Action');
|
|
||||||
|
|
||||||
parent::__construct();
|
parent::__construct();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user