コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Register an event listener for the failed job event.
  *
  * @param mixed $callback
  * @return void 
  * @static 
  */
 public static function failing($callback)
 {
     \Illuminate\Queue\QueueManager::failing($callback);
 }