예제 #1
0
 /**
  * Save the quote
  *
  */
 public function save()
 {
     parent::save();
     $this->_saveToLegacy();
 }