Skip to content

Commit b0b4d37

Browse files
committed
Revert change from "protected" to "private"
1 parent c5f904e commit b0b4d37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Model/Import/Category.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ private function indexDeleteEvents(): self
616616
* @return $this
617617
* @throws \Exception
618618
*/
619-
private function reindexUpdatedCategories($categoryId)
619+
protected function reindexUpdatedCategories($categoryId)
620620
{
621621
/** @var $category CategoryModel */
622622
$category = $this->defaultCategory->load($categoryId);

0 commit comments

Comments
 (0)