We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a065aa7 + 56d84ec commit ccd4588Copy full SHA for ccd4588
app/code/Magento/Theme/Block/Html/Topmenu.php
@@ -356,17 +356,6 @@ public function getIdentities()
356
return $this->identities;
357
}
358
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
-
370
/**
371
* Get menu object.
372
*
0 commit comments