Skip to content

Commit 2c2f53b

Browse files
authored
Remove redundant getCacheTags method from Topmenu
1 parent 2e45de7 commit 2c2f53b

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)