report = $report; $this->request = $this->getRequestInstance($request); } /** * Execute the job. * * @return Report */ public function handle() { $this->report->update($this->request->all()); return $this->report; } }