This commit is contained in:
as2252258@163.com
2021-03-22 00:28:27 +08:00
parent be4b5597ee
commit c71ef1e561
+1 -1
View File
@@ -80,7 +80,7 @@ class Crontab extends BaseObject
*/
public function getTickTime(): int
{
return $this->tickTime * 1000;
return $this->tickTime;
}
/**