Skip to content

Commit

Permalink
Remove unused raise worker method (#21901)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe authored and taylorotwell committed Nov 1, 2017
1 parent f1584bf commit 62b74e5
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/Illuminate/Queue/Worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -476,21 +476,6 @@ protected function raiseExceptionOccurredJobEvent($connectionName, $job, $e)
));
}

/**
* Raise the failed queue job event.
*
* @param string $connectionName
* @param \Illuminate\Contracts\Queue\Job $job
* @param \Exception $e
* @return void
*/
protected function raiseFailedJobEvent($connectionName, $job, $e)
{
$this->events->dispatch(new Events\JobFailed(
$connectionName, $job, $e
));
}

/**
* Determine if the queue worker should restart.
*
Expand Down

0 comments on commit 62b74e5

Please sign in to comment.