mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-11 14:14:55 +01:00
Don’t need this anymore
This commit is contained in:
parent
f2754c3cb1
commit
aff9f4ea37
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user