Example #1
0
 /**
  * @param TranslatorInterface $translator
  */
 public function perform(TranslatorInterface $translator)
 {
     if (!empty($this->option('lang'))) {
         $translator->setLocale($this->option('lang'));
     }
     $this->writeln("<info>{$translator->trans("Welcome to Spiral Framework")}</info>");
 }