예제 #1
0
파일: Item.php 프로젝트: uibar/lavinia2
 /**
  * Save item options after item saved
  *
  * @return \Magento\Quote\Model\Quote\Item
  */
 public function afterSave()
 {
     $this->saveItemOptions();
     return parent::afterSave();
 }