Skip to content

Commit ccd4588

Browse files
committed
Merge branch 'remove-unneeded-method-inTopmenu-class' of github.com:Magetu/magento2 into 2.4-develop-prs
2 parents a065aa7 + 56d84ec commit ccd4588

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

app/code/Magento/Theme/Block/Html/Topmenu.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -356,17 +356,6 @@ public function getIdentities()
356356
return $this->identities;
357357
}
358358

359-
/**
360-
* Get tags array for saving cache
361-
*
362-
* @return array
363-
* @since 100.1.0
364-
*/
365-
protected function getCacheTags()
366-
{
367-
return array_merge(parent::getCacheTags(), $this->getIdentities());
368-
}
369-
370359
/**
371360
* Get menu object.
372361
*

0 commit comments

Comments
 (0)