Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 539c4cb

Browse files
committed
Use correct vapor job
1 parent 2cb8cca commit 539c4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VaporWorkCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ protected function marshalJob(array $message)
1919

2020
$queue = $this->worker->getManager()->connection('sqs');
2121

22-
return new SqsDiskJob(
22+
return new VaporSqsDiskJob(
2323
$this->laravel,
2424
$queue->getSqs(),
2525
$normalizedMessage,

0 commit comments

Comments
 (0)