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

Laravel 5 doesn't use QueueInterface #9

Closed
marcolumia opened this issue May 4, 2015 · 4 comments
Closed

Laravel 5 doesn't use QueueInterface #9

marcolumia opened this issue May 4, 2015 · 4 comments

Comments

@marcolumia
Copy link

GearmanQueue uses QueueInterface that isn't available in laravel 5 anymore. The new class and namespace is 'Illuminate\Contracts\Queue\Queue'

I forked the repo, and will send off a pull request for this later tonight.

@dereckmartin
Copy link

What is the solution to resolve this?

@dereckmartin
Copy link

Nevermind, I think I figured it out.

use Illuminate\Contracts\Queue\Queue as QueueInterface;

I also had to edit several things in the Job as well.

@pafelin
Copy link
Owner

pafelin commented Jun 24, 2015

if you can put it as a pull request we can merge it in another branch. It would be great

@michabbb
Copy link

michabbb commented Nov 1, 2016

is there a repo/fork now for laravel 5 ?

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

No branches or pull requests

4 participants