We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff526c commit cb803cbCopy full SHA for cb803cb
src/console/QueueController.php
@@ -29,7 +29,7 @@ public function init()
29
*/
30
public function actionRun($channel)
31
{
32
- Yii::$app->queue->run($channel);
+ Yii::$app->queue->driver->run($channel);
33
}
34
35
/**
0 commit comments