芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/lavishbdlifestyle.com/app/Models/AffiliateUser.php
belongsTo(User::class); } public function affiliate_payments() { return $this->hasMany(AffiliatePayment::class)->orderBy('created_at', 'desc')->paginate(12); } }