Skip to content

Commit

Permalink
rename method to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 20, 2016
1 parent 47377dc commit e1d60e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/InteractsWithQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function delete()
*
* @return void
*/
public function failed()
public function fail()
{
if ($this->job) {
return $this->job->failed();
Expand Down

0 comments on commit e1d60e0

Please sign in to comment.