Skip to content

Commit cb803cb

Browse files
committed
Updated QueueController to follow changes in zhuravljov/yii2-queue
1 parent 5ff526c commit cb803cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/console/QueueController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function init()
2929
*/
3030
public function actionRun($channel)
3131
{
32-
Yii::$app->queue->run($channel);
32+
Yii::$app->queue->driver->run($channel);
3333
}
3434

3535
/**

0 commit comments

Comments
 (0)