add plan to scheduled node
This commit is contained in:
parent
fd0ee57149
commit
412a74e390
5 changed files with 15 additions and 0 deletions
|
|
@ -8,5 +8,6 @@ class CreateScheduledNodeRequest
|
|||
{
|
||||
public function __construct(
|
||||
public DateTimeImmutable $date,
|
||||
public int $planId,
|
||||
) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue