Open machour opened 5 years ago
Use this configuration for the queue component:
'queue' => [ 'class' => \yii\queue\sync\Queue::class, 'db' => new \yii\helpers\UnsetArrayValue(), 'tableName' => new \yii\helpers\UnsetArrayValue(), 'channel' => new \yii\helpers\UnsetArrayValue(), 'mutex' => new \yii\helpers\UnsetArrayValue(), ],
No errors raised
Field 'db' is not in referenced class \yii\queue\sync\Queue
What steps will reproduce the problem?
Use this configuration for the queue component:
What is the expected result?
No errors raised
What do you get instead?
Field 'db' is not in referenced class \yii\queue\sync\Queue
Additional info