Ejemplo n.º 1
0
 /**
  * Executes the command.
  * 
  * @param  InputInterface  $input
  * @param  OutputInterface $output
  * @return OutputInterface
  */
 protected function execute(InputInterface $input, OutputInterface $output)
 {
     $message = Tools::removeLibrary('wildfire');
     return $output->writeln('<info>' . $message . '</info>');
 }