Skip to content

Commit 320ee7d

Browse files
authored
Merge pull request #5 from azimidev/patch-1
Update RunLongRunningTaskJob.php
2 parents 21dfb03 + c305e38 commit 320ee7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jobs/RunLongRunningTaskJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ protected function dispatchAgain(): void
107107
->delay($delay);
108108
}
109109

110-
public function uniqueId(): string
110+
public function uniqueId(): string|int
111111
{
112112
return $this->longRunningTaskLogItem->id;
113113
}

0 commit comments

Comments
 (0)