We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6862db0 commit 4c698c2Copy full SHA for 4c698c2
app/code/Magento/Tax/Controller/Adminhtml/Tax/IgnoreTaxNotification.php
@@ -51,7 +51,7 @@ public function execute()
51
}
52
53
// clear the block html cache
54
- $this->_cacheTypeList->cleanType('config')
+ $this->_cacheTypeList->cleanType('config');
55
$this->_eventManager->dispatch('adminhtml_cache_refresh_type', ['type' => 'config']);
56
57
/** @var \Magento\Backend\Model\View\Result\Redirect $resultRedirect */
0 commit comments