imTigger / laravel-job-status

Add ability to track Job progress, status and result dispatched to Queue.
MIT License
407 stars 60 forks source link

getJobStatusId undefined in controllrer #32

Closed calvinchan999 closed 4 years ago

calvinchan999 commented 5 years ago

$job = GpReportJob::dispatch($start,$end)->getJobStatusId(); Call to undefined method Illuminate\Foundation\Bus\PendingDispatch::getJobStatusId()

crashkonijn commented 5 years ago

::dispatch() doesn't return the same object, but an instance of Illuminate\Foundation\Bus\PendingDispatch