company->db); /** @var \App\Export\CSV\CreditExport $export */ $export = new $this->report_class($this->company, $this->request); $report = $export->returnJson(); // nlog($report); Cache::put($this->hash, $report, 60 * 60); } public function middleware() { return [new WithoutOverlapping("report-{$this->company->company_key}")]; } }