From 5f2167dea9a8504d87066c31101ed51899538138 Mon Sep 17 00:00:00 2001 From: Sergii Kovalenko <skovalenko@magento.com> Date: Fri, 4 Nov 2016 18:48:42 +0200 Subject: [PATCH] MAGETWO-56989: Deployment process can't be executed on separate machine -change copyright --- app/code/Magento/Eav/Model/Entity/AttributeCache.php | 2 +- lib/internal/Magento/Framework/App/Config.php | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/code/Magento/Eav/Model/Entity/AttributeCache.php b/app/code/Magento/Eav/Model/Entity/AttributeCache.php index 0597b087466..60727aa654e 100644 --- a/app/code/Magento/Eav/Model/Entity/AttributeCache.php +++ b/app/code/Magento/Eav/Model/Entity/AttributeCache.php @@ -120,7 +120,7 @@ class AttributeCache [ \Magento\Eav\Model\Cache\Type::CACHE_TAG, \Magento\Eav\Model\Entity\Attribute::CACHE_TAG, - \Magento\Framework\App\Config::SCOPE_CACHE_TAGE + \Magento\Config\App\Config\Type\System::CACHE_TAG ] ); } diff --git a/lib/internal/Magento/Framework/App/Config.php b/lib/internal/Magento/Framework/App/Config.php index 307744e137b..d25739c5d1b 100644 --- a/lib/internal/Magento/Framework/App/Config.php +++ b/lib/internal/Magento/Framework/App/Config.php @@ -21,8 +21,6 @@ class Config implements ScopeConfigInterface */ const CACHE_TAG = 'CONFIG'; - const SCOPE_CACHE_TAGE = "config_scopes"; - /** * @var ScopeCodeResolver */ -- GitLab