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.2] Fix 'No connector for []' null queue driver bug #11664

Merged
merged 1 commit into from
Jan 4, 2016
Merged

[5.2] Fix 'No connector for []' null queue driver bug #11664

merged 1 commit into from
Jan 4, 2016

Conversation

jasonmccreary
Copy link
Contributor

Setting the queue configuration default to null throws an
InvalidArgumentException since there is not a null key in the
connections configuration.

To remain backwards compatible, I added the null connection
configuration to QueueManager.

Reference Issue #11051 for more details regarding this bug.

Setting the queue configuration `default` to `null` throws an
`InvalidArgumentException` since there is not a `null` key in the
`connections` configuration.

To remain backwards compatible, I added the `null` connection
configuration to `QueueManager`.

Reference [Issue #11051][1] for more details regarding this bug.

[1]: #11051
taylorotwell added a commit that referenced this pull request Jan 4, 2016
Fix 'No connector for []' null queue driver bug
@taylorotwell taylorotwell merged commit ca00135 into laravel:5.2 Jan 4, 2016
@GrahamCampbell GrahamCampbell changed the title Fix 'No connector for []' null queue driver bug [5.2] Fix 'No connector for []' null queue driver bug Jan 4, 2016
@jasonmccreary jasonmccreary deleted the issue-11051 branch January 4, 2016 13:28
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