add plan to scheduled node
This commit is contained in:
parent
fd0ee57149
commit
412a74e390
5 changed files with 15 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ class FakeScheduledNodeRepository implements ScheduledNodeRepository
|
|||
$scheduledNode = new ScheduledNode(
|
||||
id: $id,
|
||||
date: $dto->date,
|
||||
plan: $dto->plan,
|
||||
);
|
||||
$this->existingScheduledNodes[$id] = $scheduledNode;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue