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 344e8ea commit 6080a2fCopy full SHA for 6080a2f
app/code/Meta/BusinessExtension/Model/System/Config.php
@@ -564,7 +564,7 @@ public function deleteConfig($path, $storeId = null)
564
*/
565
public function cleanCache()
566
{
567
- $this->cacheTypeList->cleanType(\Magento\Framework\App\Cache\Type\Config::TYPE_IDENTIFIER);
+ $this->scopeConfig->clean();
568
return $this;
569
}
570
0 commit comments