We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
What is the solution to resolve this?
Sorry, something went wrong.
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.
if you can put it as a pull request we can merge it in another branch. It would be great
is there a repo/fork now for laravel 5 ?
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: