Example #1
0
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function fire()
 {
     $this->compiler->compile($this->argument('locale'));
     $this->info('All done!');
 }