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