芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/rentandbuyrealty.com/app/Models/PropertysInquiry.php
hasOne(Customer::class,'id','customers_id')->select('id','name','email','mobile','address','fcm_id','notification'); } public function property(){ return $this->hasOne(Property::class,'id','propertys_id')->with('category')->with('customer:id,name,mobile'); } }