diff --git a/Command/TestCommand.php b/Command/TestCommand.php index d23af36..f2cb5b0 100644 --- a/Command/TestCommand.php +++ b/Command/TestCommand.php @@ -34,7 +34,7 @@ class TestCommand extends Command{ } 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]); } }