We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Illuminate\Queue\Jobs\Job::getJobId()
Illuminate\Queue\Jobs\DatabaseJob::getJobId()
1 parent 12dfad8 commit 9bf2d35Copy full SHA for 9bf2d35
src/Illuminate/Queue/Jobs/DatabaseJob.php
@@ -78,7 +78,7 @@ public function attempts()
78
/**
79
* Get the job identifier.
80
*
81
- * @return string
+ * @return string|int
82
*/
83
public function getJobId()
84
{
src/Illuminate/Queue/Jobs/Job.php
@@ -67,7 +67,7 @@ abstract class Job
67
68
69
70
+ * @return string|int|null
71
72
abstract public function getJobId();
73
0 commit comments