hasOne(ServiceType::class, 'id', 'service_type')->bind(['service_name']); } public function bidWinPhotographer() { return $this->hasOne(Photographer::class, 'id', 'bid_win_photographer_id'); } }