From 6ec3813069426bf8bf73412b4eecfe34def6a90b Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sat, 20 Mar 2021 03:07:54 +0800 Subject: [PATCH] modify --- System/Crontab.php | 1 + 1 file changed, 1 insertion(+) 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); }