Exemplo n.º 1
0
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function fire()
 {
     /** @var \Indatus\Dispatcher\OptionReader $optionReader */
     $optionReader = App::make('Indatus\\Dispatcher\\OptionReader', array($this->option()));
     /** @var \Indatus\Dispatcher\Debugger $debugger */
     $debugger = App::make('Indatus\\Dispatcher\\Debugger', array($optionReader, $this->getOutput()));
     $this->commandService->runDue($debugger);
 }