Ken 2 tygodni temu
rodzic
commit
c1c859ee70
1 zmienionych plików z 1 dodań i 1 usunięć
  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 $fillable = ['member_id', 'amount', 'service_charge', 'to_account', 'after_balance', 'address', 'status', 'remark'];
-    protected $hidden = ['created_at'];
+    protected $hidden = ['updated_at'];
 
     public function member(): BelongsTo
     {