芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/rentandbuyrealty.com/app/Models/UserPurchasedPackage.php
morphTo(); } public function package() { return $this->belongsTo(Package::class); } public function customer() { return $this->belongsTo(Customer::class, 'modal_id'); } }