diff --git a/app/ScheduledNode/ScheduledNode.php b/app/ScheduledNode/ScheduledNode.php index 5bf764a..ce6ed05 100644 --- a/app/ScheduledNode/ScheduledNode.php +++ b/app/ScheduledNode/ScheduledNode.php @@ -13,6 +13,11 @@ class ScheduledNode private Plan $plan, ) {} + public function getId(): int + { + return $this->id; + } + public function getPlan(): Plan { return $this->plan;