Ken 2 달 전
부모
커밋
c67e896904
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Models/Recharge.php

+ 1 - 1
app/Models/Recharge.php

@@ -9,7 +9,7 @@ class Recharge extends BaseModel
 
     protected $table = 'recharges';
     // protected $fillable = ['member_id', 'confirmations', 'coin', 'txid','block_time','block_height' ,'net' ,'coin' ,'amount' ,'to_address' ,'from_address' ,'status'];
-
+    protected $hidden = [];
     const STATUS_STAY = 0;
     const STATUS_SUCCESS = 1;
     const STATUS_FAIL = 2;