dusterio / laravel-plain-sqs

Custom SQS connector for Laravel (or Lumen) that supports third-party, plain JSON messages
MIT License
131 stars 92 forks source link

Update to work with laravel 5.8 #28

Closed acavanagh closed 5 years ago

acavanagh commented 5 years ago

Hi - I'm using this package in a couple of projects. I updated one of them to Laravel 5.8 recently and started getting the following error: Argument 3 passed to Illuminate\Queue\Jobs\SqsJob::__construct() must be of the type array, string given, called in /path/to/app/vendor/dusterio/laravel-plain-sqs/src/Sqs/Queue.php on line 79. Looking through the code it looks like it might just a version update. I've made the required change in this pr.