Skip to content

Commit 8ef0c14

Browse files
committed
comment update
1 parent 8c92c0b commit 8ef0c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/QueueJobModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ public function getFromQueue(string $name): ?QueueJob
6363
/** @var QueueJob|null $row */
6464
$row = $query->getCustomRowObject(0, QueueJob::class);
6565

66-
// Remove row
6766
if ($row !== null) {
67+
// Change status
6868
$this->update($row->id, ['status' => Status::RESERVED->value]);
6969
}
7070
// Complete transaction

0 commit comments

Comments
 (0)