Пример #1
0
 public function remit()
 {
     $uid = $this->data['uid'];
     return Loan::updateByUid($uid, $this->data);
 }