Exemple #1
0
 /**
  * Implementation Rollback functionality for Media
  *
  * @throws \Magento\Framework\Exception\LocalizedException
  * @return bool
  */
 public function rollback()
 {
     $this->_prepareIgnoreList();
     return parent::rollback();
 }