fix
This commit is contained in:
parent
58c719c950
commit
dd1e6d9969
@ -34,7 +34,7 @@ class TestCommand extends Command{
|
|||||||
}
|
}
|
||||||
|
|
||||||
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);
|
||||||
$this->_productAction->updateAttributes([1], ['name'=>'nice'], 1]);
|
$this->_productAction->updateAttributes([1], ['name'=>'nice'], 1]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user