refactor(parsers): remove unnecessary hyphen-to-underscore replacement for service names in serviceParser function
This commit is contained in:
parent
6249263f51
commit
3e816c8281
1 changed files with 0 additions and 1 deletions
|
|
@ -1889,7 +1889,6 @@ function serviceParser(Service $resource): Collection
|
|||
});
|
||||
}
|
||||
}
|
||||
$serviceName = str($serviceName)->replace('-', '_')->value();
|
||||
if (! $isDatabase && $fqdns instanceof Collection && $fqdns->count() > 0) {
|
||||
$shouldGenerateLabelsExactly = $resource->server->settings->generate_exact_labels;
|
||||
$uuid = $resource->uuid;
|
||||
|
|
|
|||
Loading…
Reference in a new issue