示例#1
0
 /**
  * Rewrite in order to clear configuration cache
  *
  * @return $this
  */
 protected function _afterDelete()
 {
     $this->_storeManager->clearWebsiteCache($this->getId());
     parent::_afterDelete();
     return $this;
 }