Skip to content

Commit 4c698c2

Browse files
committed
Clean config cache
1 parent 6862db0 commit 4c698c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Tax/Controller/Adminhtml/Tax/IgnoreTaxNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function execute()
5151
}
5252

5353
// clear the block html cache
54-
$this->_cacheTypeList->cleanType('config')
54+
$this->_cacheTypeList->cleanType('config');
5555
$this->_eventManager->dispatch('adminhtml_cache_refresh_type', ['type' => 'config']);
5656

5757
/** @var \Magento\Backend\Model\View\Result\Redirect $resultRedirect */

0 commit comments

Comments
 (0)