From 086d1832127173f92f5dae5783b9f6fa5d5a64ea Mon Sep 17 00:00:00 2001 From: yunwuxin <448901948@qq.com> Date: Fri, 29 Nov 2024 23:42:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/queue/CallQueuedHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/queue/CallQueuedHandler.php b/src/queue/CallQueuedHandler.php index 9e9d867..5b0029c 100644 --- a/src/queue/CallQueuedHandler.php +++ b/src/queue/CallQueuedHandler.php @@ -26,7 +26,7 @@ public function call(Job $job, array $data) { $command = unserialize($data['command']); - $this->app->invoke([$command, 'handle']); + $this->app->invoke([$command, 'handle'], [$job]); if (!$job->isDeletedOrReleased()) { $job->delete();