Ken 2 nedēļas atpakaļ
vecāks
revīzija
03049bc011
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 = ['updated_at'];
+    protected $hidden = [];
 
     public function member(): BelongsTo
     {