Example #1
0
 protected function execute(InputInterface $input, OutputInterface $output)
 {
     $this->detectContao($output, true);
     if ($this->initContao()) {
         $automator = new \Automator();
         $automator->generateInternalCache();
         $output->writeln('<info>Internal cache generated</info>');
     }
 }