Ken hace 2 semanas
padre
commit
8a02a2d24b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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);
         }