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 fea8b14 + e7f6599 commit dc84979Copy full SHA for dc84979
app/code/Magento/Catalog/ViewModel/Product/Breadcrumbs.php
@@ -71,7 +71,7 @@ public function __construct(
71
public function getCategoryUrlSuffix()
72
{
73
return $this->scopeConfig->getValue(
74
- static::XML_PATH_CATEGORY_URL_SUFFIX,
+ self::XML_PATH_CATEGORY_URL_SUFFIX,
75
ScopeInterface::SCOPE_STORE
76
);
77
}
@@ -84,7 +84,7 @@ public function getCategoryUrlSuffix()
84
public function isCategoryUsedInProductUrl(): bool
85
86
return $this->scopeConfig->isSetFlag(
87
- static::XML_PATH_PRODUCT_USE_CATEGORIES,
+ self::XML_PATH_PRODUCT_USE_CATEGORIES,
88
89
90
0 commit comments