maxbrokman / SafeQueue

Laravel Doctrine friendly queue worker
MIT License
30 stars 28 forks source link

support for laravel 5.4. #11

Closed meltzow closed 7 years ago

meltzow commented 7 years ago

hi, any plans for 5.4. or is it working too?

thx

meltzow commented 7 years ago

I tried it and after added to laravel 5.4 I got a exception at "php artisan":

[ErrorException]
Declaration of MaxBrokman\SafeQueue\Worker::stop() should be compatible with Illuminate\Queue\Worker::stop($status = 0)

maxbrokman commented 7 years ago

Hi @meltzow I'm going to take a look at this today

meltzow commented 7 years ago

any news here?

meltzow commented 7 years ago

ah ok, you created a new version.thx. we will test it.

meltzow commented 7 years ago

thanks. it working for me now