Exemplo n.º 1
0
 /**
  * Flush all failed jobs
  */
 public function actionFailedFlush()
 {
     $this->stdout("Flushing failed jobs:\t", Console::FG_GREEN);
     FailedJobs::truncate();
     $this->stdout("[");
     $this->stdout('OK', Console::FG_YELLOW | Console::BOLD);
     $this->stdout("]\n");
 }