tmpId = $tmpId; } /** * Execute the job. * * @return void */ public function handle() { ReturnSingleTmp::updateStatusById($this->tmpId,1); } }