belongsTo(User::class,'uid'); } public function get_detail(){ return $this->hasMany(InteDetail::class,'inte_review_id'); } }