@@ -9,7 +9,7 @@ class Withdraw extends BaseModel
protected $table = 'withdraws';
protected $fillable = ['member_id', 'amount', 'service_charge', 'to_account', 'after_balance', 'address', 'status', 'remark'];
- protected $hidden = ['updated_at'];
+ protected $hidden = [];
public function member(): BelongsTo
{