snapshot schedule source data
This commit is contained in:
parent
14fe2fcb46
commit
f500bd6095
14 changed files with 84 additions and 87 deletions
|
|
@ -2,13 +2,17 @@
|
|||
|
||||
namespace App\Schedule;
|
||||
|
||||
use App\Element\Element;
|
||||
use DateTimeImmutable;
|
||||
|
||||
final readonly class CreateScheduleAssignmentDto
|
||||
{
|
||||
/**
|
||||
* @param list<string> $path
|
||||
*/
|
||||
public function __construct(
|
||||
public Element $element,
|
||||
public string $name,
|
||||
public string $kind,
|
||||
public array $path,
|
||||
public DateTimeImmutable $scheduledDate,
|
||||
public int $position,
|
||||
) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue