Beispiel #1
0
 function edit($id, $data)
 {
     return contact::where($this->primaryKey, $id)->update($data);
 }