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.5] fix scheduling a non queueable job #21820

Merged
merged 1 commit into from
Oct 25, 2017
Merged

Conversation

themsaid
Copy link
Member

This fixes the breaking change in #21473 where onQueue() is called on a job that shouldn't be queued and thus it errors since the method isn't found.

@taylorotwell taylorotwell merged commit 51aba56 into laravel:5.5 Oct 25, 2017
@nebez
Copy link

nebez commented Oct 30, 2017

Thanks for the fix, @themsaid! Took me a while to track this issue down after updating illuminate/console from v5.5.2 to v5.5.16.

Any idea when illuminate/console might get this fix? I see it's tagged in v5.5.19 of the framework but the console hasn't received a tag yet.

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.

3 participants