Ken 2 tuần trước cách đây
mục cha
commit
03049bc011
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Models/Withdraw.php

+ 1 - 1
app/Models/Withdraw.php

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