|
|
@@ -18,7 +18,7 @@ class Rebate extends Authenticatable
|
|
|
|
|
|
protected $table = 'rebates';
|
|
|
// protected $hidden = ['created_at', 'updated_at'];
|
|
|
- protected $fillable = ['date', 'member_id', 'betting_amount', 'rebate_ratio', 'amount', 'status', 'first_name', 'username'];
|
|
|
+ protected $fillable = ['date', 'member_id', 'betting_amount', 'rebate_ratio', 'amount', 'status', 'first_name', 'username','audited_by'];
|
|
|
|
|
|
|
|
|
static function addOrUpdate($data)
|