Skip to content

Commit

Permalink
完善
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwuxin committed Nov 29, 2024
1 parent 9d35e94 commit 086d183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/queue/CallQueuedHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 086d183

Please sign in to comment.