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 26f3f38 commit fbaa42bCopy full SHA for fbaa42b
app/code/Magento/WebapiSecurity/Model/Plugin/CacheInvalidator.php
@@ -37,7 +37,7 @@ public function afterAfterSave(
37
if ($result->getPath() == \Magento\WebapiSecurity\Model\Plugin\AnonymousResourceSecurity::XML_ALLOW_INSECURE
38
&& $result->isValueChanged()
39
) {
40
- $this->cacheTypeList->invalidate(\Magento\Webapi\Model\Cache\Type\Webapi::TYPE_IDENTIFIER);
+ $this->cacheTypeList->invalidate(\Magento\Framework\App\Cache\Type\Webapi::TYPE_IDENTIFIER);
41
}
42
43
return $result;
0 commit comments