コード例 #1
0
ファイル: contact.php プロジェクト: dieka2501/jip
 function edit($id, $data)
 {
     return contact::where($this->primaryKey, $id)->update($data);
 }