PHPRedis
PHPRedis copied to clipboard
$this->resolveAndFire(json_decode($this->getRawBody(), true)); 方法不存在
https://github.com/TargetLiu/PHPRedis/blob/master/src/Queue/PHPRedisJob.php#L50
Lemen 5.3中,resolveAndFire 方法不存在,调用失败。使用父类的fire方法正常!

这个是在Lumen 5.2下开发的哈 后面的版本还没有做相关的适配... 空了我搞一下哈