add node to scheduled node
This commit is contained in:
parent
d47a0235d2
commit
a9265abeae
8 changed files with 88 additions and 6 deletions
|
|
@ -64,6 +64,7 @@ class CreatePlan
|
|||
new CreateScheduledNodeRequest(
|
||||
date: $scheduledDate->format('Y-m-d'),
|
||||
planId: $plan->getId(),
|
||||
nodeId: $node->getId(),
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue