nodes are scheduled on different days according to dates provided
This commit is contained in:
parent
858f2e075f
commit
358694e7e3
3 changed files with 58 additions and 2 deletions
|
|
@ -22,4 +22,9 @@ class ScheduledNode
|
|||
{
|
||||
return $this->plan;
|
||||
}
|
||||
|
||||
public function getDate(): DateTimeImmutable
|
||||
{
|
||||
return $this->date;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue