hasOne(ServiceType::class, 'id', 'service_type'); } public function photographer() { return $this->hasOne(Photographer::class, 'id', 'photographer_id'); } }