|
|
protected $fillable = ['date', 'member_id', 'recharge_amount', 'withdrawal_amount', 'backflow_ratio', 'amount', 'status'];
|
|
protected $fillable = ['date', 'member_id', 'recharge_amount', 'withdrawal_amount', 'backflow_ratio', 'amount', 'status'];
|
|
|
return $this->belongsTo(User::class, 'member_id', 'member_id')
|
|
return $this->belongsTo(User::class, 'member_id', 'member_id')
|
|
|
->select(['id', 'member_id', 'username', 'first_name']);
|
|
->select(['id', 'member_id', 'username', 'first_name']);
|