Skip to content

Commit

Permalink
Make new const private
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Sep 20, 2019
1 parent ed1fb03 commit b2ca7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/Magento/Framework/App/ProductMetadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ProductMetadata implements ProductMetadataInterface
/**
* Magento Product Version Cache Key
*/
const MAGENTO_PRODUCT_VERSION_CACHE_KEY = 'magento-product-version';
private const MAGENTO_PRODUCT_VERSION_CACHE_KEY = 'magento-product-version';

/**
* Product version
Expand Down

0 comments on commit b2ca7c8

Please sign in to comment.