From b0b4d379141b185e6b25608794a2587c65ed7928 Mon Sep 17 00:00:00 2001 From: Andreas von Studnitz Date: Tue, 4 Oct 2022 15:59:55 +0200 Subject: [PATCH] Revert change from "protected" to "private" --- Model/Import/Category.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model/Import/Category.php b/Model/Import/Category.php index 080a52f..05083aa 100644 --- a/Model/Import/Category.php +++ b/Model/Import/Category.php @@ -616,7 +616,7 @@ private function indexDeleteEvents(): self * @return $this * @throws \Exception */ - private function reindexUpdatedCategories($categoryId) + protected function reindexUpdatedCategories($categoryId) { /** @var $category CategoryModel */ $category = $this->defaultCategory->load($categoryId);