예제 #1
0
파일: log.php 프로젝트: syjzwjj/quyeba
 public function store($data, $id)
 {
     return parent::replace($data, array('delivery_id' => $id));
 }