Don’t need this anymore

This commit is contained in:
Lance Pioch 2024-07-04 18:56:28 -04:00
parent f2754c3cb1
commit aff9f4ea37

View File

@ -203,9 +203,6 @@ class Server extends Model
return $this->ports->mapToGroups(fn (Endpoint $endpoint) => return $this->ports->mapToGroups(fn (Endpoint $endpoint) =>
[$endpoint->ip => $endpoint->port] [$endpoint->ip => $endpoint->port]
)->toArray(); )->toArray();
$ips = $this->ports->map(fn (Endpoint $endpoint) => $endpoint->ip)->unique()->all();
} }
public function isInstalled(): bool public function isInstalled(): bool