Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.3] Fix for Missing argument on fail() of InteractsWithQueue #16318

Merged
merged 1 commit into from
Nov 8, 2016
Merged

[5.3] Fix for Missing argument on fail() of InteractsWithQueue #16318

merged 1 commit into from
Nov 8, 2016

Conversation

kavinsky
Copy link

@kavinsky kavinsky commented Nov 8, 2016

Calling $this->fail() using InteractsWithQueue throws an Exception

Missing argument 1 for Illuminate\Queue\Jobs\Job::failed(), called in vendor/laravel/framework/src/Illuminate/Queue/InteractsWithQueue.php on line 46 and defined in Job.php line 144

@taylorotwell taylorotwell merged commit 4c4cd03 into laravel:5.3 Nov 8, 2016
@GrahamCampbell GrahamCampbell changed the title Fix for Missing argument on fail() of InteractsWithQueue [5.3]Fix for Missing argument on fail() of InteractsWithQueue Nov 8, 2016
@GrahamCampbell GrahamCampbell changed the title [5.3]Fix for Missing argument on fail() of InteractsWithQueue [5.3] Fix for Missing argument on fail() of InteractsWithQueue Nov 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants