verifyHash($this->attachment); } /** * The unique ID of the job. */ public function uniqueId(): string { return $this->attachment->id; } public function failed(\Throwable $exception = null): void { Log::error('Job VerifyAttachmentHash Failed', [ 'attachment_id' => $this->attachment->id, 'exception' => $exception ]); } }