dusterio / laravel-plain-sqs

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

[ReflectionException] Method Dusterio\PlainSqs\Jobs\DispatcherJob::handle() does not exist #15

Closed chrisLeeTW closed 7 years ago

chrisLeeTW commented 7 years ago

with Laravel v5.4.28,

it will get this exception,

if using Dusterio\PlainSqs\Jobs\DispatcherJob for dispatch.

BR Chris

chrisLeeTW commented 7 years ago

my mistake due to incorrect usage.