예제 #1
0
파일: Website.php 프로젝트: nja78/magento2
 /**
  * Rewrite in order to clear configuration cache
  *
  * @return $this
  */
 public function afterDelete()
 {
     $this->_storeManager->clearWebsiteCache($this->getId());
     parent::afterDelete();
     return $this;
 }