NetworkZone

This commit is contained in:
2025-05-22 14:51:54 +01:00
parent 7d03b81723
commit bfe0f8eabf
8 changed files with 48 additions and 13 deletions

View File

@@ -9,5 +9,6 @@ class Location
public string $name,
public string $country,
public string $city,
public ?string $networkZone = null,
) {}
}

View File

@@ -8,5 +8,6 @@ class Network
public string $id,
public string $name,
public string $ipRange,
public ?string $networkZone = 'global',
) {}
}