diff --git a/System/Crontab.php b/System/Crontab.php index 0029dd17..a176bfc7 100644 --- a/System/Crontab.php +++ b/System/Crontab.php @@ -168,6 +168,7 @@ class Crontab extends BaseObject public function setTimerId(int $timerId): void { $this->timerId = $timerId; + var_dump($this->timerId); }