芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/app/Models/WithdrawalDetail.php
hasOne(PaymentMethod::class, 'id', 'type'); } public function withdrawal() { return $this->belongsTo(Withdrawal::class, 'withdrawal_id'); } // MobileMoney public function mobilemoney() { return $this->belongsTo(MobileMoney::class, 'mobilemoney_id'); } }