This commit is contained in:
as2252258@163.com
2021-03-20 03:45:15 +08:00
parent 5aef3e0e06
commit 6e018534a4
-1
View File
@@ -168,7 +168,6 @@ class Crontab extends BaseObject
public function setTimerId(int $timerId): void public function setTimerId(int $timerId): void
{ {
$this->timerId = $timerId; $this->timerId = $timerId;
var_dump($this->timerId);
} }