diff --git a/app/code/Magento/Eav/Model/Entity/AttributeCache.php b/app/code/Magento/Eav/Model/Entity/AttributeCache.php
index 0597b0874669835c66d0326d273b1717cbc4e690..60727aa654e1c6daa9f334162ceca09f39792328 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 307744e137bae62bc6f4a6f06fe45cac33ac6e90..d25739c5d1bf3238745d5016d28f5cae95459bfd 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
      */