From c71ef1e5613e0b13bb95ebefb36f43fcf72c8d4d Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Mon, 22 Mar 2021 00:28:27 +0800 Subject: [PATCH] modify --- System/Crontab.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Crontab.php b/System/Crontab.php index fabb82b7..0bcde4f1 100644 --- a/System/Crontab.php +++ b/System/Crontab.php @@ -80,7 +80,7 @@ class Crontab extends BaseObject */ public function getTickTime(): int { - return $this->tickTime * 1000; + return $this->tickTime; } /**