This commit is contained in:
Andras Bacsai
2023-06-20 20:19:31 +02:00
parent 9f0ca1cc2e
commit 3bdea4c931
15 changed files with 50 additions and 46 deletions

View File

@@ -9,8 +9,8 @@ use Spatie\LaravelData\Data;
class ServerMetadata extends Data
{
public function __construct(
public ?ProxyTypes $proxy_type,
public ?ProxyStatus $proxy_status
public ?ProxyTypes $type,
public ?ProxyStatus $status
) {
}
}