id = $this->artworkId; $artwork->unsearchable(); } public function failed(\Throwable $e): void { Log::error('DeleteArtworkFromIndexJob failed', [ 'artwork_id' => $this->artworkId, 'error' => $e->getMessage(), ]); } }