Hetzner Service, DTOs, provision script
This commit is contained in:
13
app/Data/ServerProviders/Location.php
Normal file
13
app/Data/ServerProviders/Location.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Data\ServerProviders;
|
||||
|
||||
class Location
|
||||
{
|
||||
public function __construct(
|
||||
public string $id,
|
||||
public string $name,
|
||||
public string $country,
|
||||
public string $city,
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user