invitation = $invitation; $this->batch_key = $batch_key; } public function handle() { \App\Libraries\MultiDB::setDb($this->invitation->company->db); $pdf = (new CreateRawPdf($this->invitation))->handle(); Cache::put($this->batch_key, $pdf); } public function failed($e) { nlog("CreateBatchablePdf failed: {$e->getMessage()}"); } }