server creation wip
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Data\ServerProviders;
|
||||
|
||||
class CreatedServer
|
||||
{
|
||||
public function __construct(
|
||||
public string $name,
|
||||
public string $rootPassword,
|
||||
public string $id,
|
||||
public string $status,
|
||||
public string $ipv4,
|
||||
public string $ipv6,
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user