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; } /**