Skip to content

Commit

Permalink
Revert change from "protected" to "private"
Browse files Browse the repository at this point in the history
  • Loading branch information
avstudnitz committed Oct 4, 2022
1 parent c5f904e commit b0b4d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Import/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b0b4d37

Please sign in to comment.