Skip to content

Commit 086d183

Browse files
committed
完善
1 parent 9d35e94 commit 086d183

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/queue/CallQueuedHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function call(Job $job, array $data)
2626
{
2727
$command = unserialize($data['command']);
2828

29-
$this->app->invoke([$command, 'handle']);
29+
$this->app->invoke([$command, 'handle'], [$job]);
3030

3131
if (!$job->isDeletedOrReleased()) {
3232
$job->delete();

0 commit comments

Comments
 (0)