Ejemplo n.º 1
0
 protected function execute(InputInterface $input, OutputInterface $output)
 {
     parent::execute($input, $output);
     $this->loadAppConfig();
     return $this->_execute($input, $output);
 }