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.
1 parent ed1fb03 commit b2ca7c8Copy full SHA for b2ca7c8
lib/internal/Magento/Framework/App/ProductMetadata.php
@@ -32,7 +32,7 @@ class ProductMetadata implements ProductMetadataInterface
32
/**
33
* Magento Product Version Cache Key
34
*/
35
- const MAGENTO_PRODUCT_VERSION_CACHE_KEY = 'magento-product-version';
+ private const MAGENTO_PRODUCT_VERSION_CACHE_KEY = 'magento-product-version';
36
37
38
* Product version
0 commit comments