This commit is contained in:
as2252258@163.com
2021-03-20 03:07:54 +08:00
parent d6e21e2f73
commit 6ec3813069
+1
View File
@@ -168,6 +168,7 @@ 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);
} }