芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/tblonline.org/app/Models/WithdrawRequest.php
belongsTo('App\Models\WithdrawMethod', 'method_id')->withDefault(); } public function user() { return $this->belongsTo('App\Models\User', 'user_id')->withDefault(); } public function getRequirementsAttribute($value) { return json_decode($value); } }