diff --git a/src/Illuminate/Queue/InteractsWithQueue.php b/src/Illuminate/Queue/InteractsWithQueue.php index 13b51df8f8d2..6b673b2a4271 100644 --- a/src/Illuminate/Queue/InteractsWithQueue.php +++ b/src/Illuminate/Queue/InteractsWithQueue.php @@ -40,7 +40,7 @@ public function delete() * * @return void */ - public function failed() + public function fail() { if ($this->job) { return $this->job->failed();