wip caddy deployment
This commit is contained in:
12
app/Data/Slices/CaddySliceData.php
Normal file
12
app/Data/Slices/CaddySliceData.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Data\Slices;
|
||||
|
||||
class CaddySliceData
|
||||
{
|
||||
public function __construct(
|
||||
public string $domain,
|
||||
public string $type,
|
||||
public array $targets
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user