From 6e018534a4c882abb6f15b4a56d7c639a0f2c0e1 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sat, 20 Mar 2021 03:45:15 +0800 Subject: [PATCH] modify --- System/Crontab.php | 1 - 1 file changed, 1 deletion(-) diff --git a/System/Crontab.php b/System/Crontab.php index c409460d..95593cce 100644 --- a/System/Crontab.php +++ b/System/Crontab.php @@ -168,7 +168,6 @@ class Crontab extends BaseObject public function setTimerId(int $timerId): void { $this->timerId = $timerId; - var_dump($this->timerId); }