Skip to content

Commit b2ca7c8

Browse files
authored
Make new const private
1 parent ed1fb03 commit b2ca7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/ProductMetadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ProductMetadata implements ProductMetadataInterface
3232
/**
3333
* Magento Product Version Cache Key
3434
*/
35-
const MAGENTO_PRODUCT_VERSION_CACHE_KEY = 'magento-product-version';
35+
private const MAGENTO_PRODUCT_VERSION_CACHE_KEY = 'magento-product-version';
3636

3737
/**
3838
* Product version

0 commit comments

Comments
 (0)