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