Skip to content

Commit 6080a2f

Browse files
authored
using scopeConfig->clean to clear the cache (#473)
Co-authored-by: Avinash Singhal <[email protected]>
1 parent 344e8ea commit 6080a2f

File tree

1 file changed

+1
-1
lines changed
  • app/code/Meta/BusinessExtension/Model/System

1 file changed

+1
-1
lines changed

app/code/Meta/BusinessExtension/Model/System/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ public function deleteConfig($path, $storeId = null)
564564
*/
565565
public function cleanCache()
566566
{
567-
$this->cacheTypeList->cleanType(\Magento\Framework\App\Cache\Type\Config::TYPE_IDENTIFIER);
567+
$this->scopeConfig->clean();
568568
return $this;
569569
}
570570

0 commit comments

Comments
 (0)