mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-10 23:59:26 +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) =>
|
||||
[$endpoint->ip => $endpoint->port]
|
||||
)->toArray();
|
||||
|
||||
$ips = $this->ports->map(fn (Endpoint $endpoint) => $endpoint->ip)->unique()->all();
|
||||
|
||||
}
|
||||
|
||||
public function isInstalled(): bool
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user