芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/lavishbdlifestyle.com/app/Models/RefundRequest.php
belongsTo(OrderDetail::class); } public function user() { return $this->belongsTo(User::class); } public function seller() { return $this->belongsTo(User::class, 'seller_id'); } public function order() { return $this->belongsTo(Order::class); } }