From 77cbfb09554e996ac65dfdbf493b565c0b497b7c Mon Sep 17 00:00:00 2001 From: "1023150697@qq.com" <1023150697@qq.com> Date: Thu, 29 Jan 2026 22:23:06 +0800 Subject: [PATCH] update --- commands/SpiderController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/SpiderController.php b/commands/SpiderController.php index 475497b..d8245c8 100644 --- a/commands/SpiderController.php +++ b/commands/SpiderController.php @@ -63,7 +63,7 @@ class SpiderController extends Controller if ($index == 1) { \Yii::$app->queue->push(new RunwayJob([ 'source' => $item, - ]));die; + ])); } } }