You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method Illuminate\Queue\Jobs\Job::getJobId is annotated by @return string, but in fact in Illuminate\Queue\Jobs\DatabaseJob it returns $this->job->id which is annotate like stdClass and is mixed.