Ken 2 주 전
부모
커밋
8a02a2d24b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/Models/Rebate.php

+ 0 - 1
app/Models/Rebate.php

@@ -31,7 +31,6 @@ class Rebate extends Authenticatable
             $rebate->username = $data['username'];
             $rebate->save();
             $rebate->increment("betting_amount", $data['betting_amount']);
-
         } else {
             $rebate = static::create($data);
         }