actually fix

This commit is contained in:
James 2021-01-12 14:15:04 +00:00
parent dd1e6d9969
commit 086c622186

View File

@ -34,7 +34,7 @@ class TestCommand extends Command{
}
protected function execute(InputInterface $input, OutputInterface $output){
$output->writeln(get_class($this->_productAction);
$this->_productAction->updateAttributes([1], ['name'=>'nice'], 1]);
$output->writeln(get_class($this->_productAction));
$this->_productAction->updateAttributes([1], ['name'=>'nice'], 1);
}
}