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 b9190b3 commit ebc266bCopy full SHA for ebc266b
app/code/Magento/Robots/Model/Config/Value.php
@@ -32,9 +32,8 @@ class Value extends ConfigValue implements IdentityInterface
32
const CACHE_TAG = 'robots';
33
34
/**
35
- * Model cache tag for clear cache in after save and after delete
+ * @inheritdoc
36
*
37
- * @var string
38
* @since 100.2.0
39
*/
40
protected $_cacheTag = [self::CACHE_TAG];
app/code/Magento/Sitemap/Model/Sitemap.php
@@ -154,9 +154,8 @@ class Sitemap extends \Magento\Framework\Model\AbstractModel implements \Magento
154
protected $dateTime;
155
156
157
158
159
160
161
162
protected $_cacheTag = [Value::CACHE_TAG];
0 commit comments