diff --git a/app/model/Withdraw.php b/app/model/Withdraw.php index 1e9064d..7587a7d 100644 --- a/app/model/Withdraw.php +++ b/app/model/Withdraw.php @@ -35,5 +35,17 @@ class Withdraw extends Model // public $timestamps = false; - + protected $fillable = [ + 'user_id', + 'amount', + 'status', + 'createtime2', + 'username', + 'status_text', + 'accumulated', + 'fee', + 'account', + 'bank_name', + 'bank_username' + ]; }