芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/lavishbdlifestyle.com/app/Models/Shop.php
belongsTo(User::class); } public function seller_package(){ return $this->belongsTo(SellerPackage::class); } public function followers(){ return $this->hasMany(FollowSeller::class); } }