Refactor to remove slices and environments, replace with instances.
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
<?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