改名
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ class Crontab extends BaseObject
|
|||||||
$redis = Snowflake::app()->getRedis();
|
$redis = Snowflake::app()->getRedis();
|
||||||
try {
|
try {
|
||||||
$this->execute_number += 1;
|
$this->execute_number += 1;
|
||||||
call_user_func($this->handler, $list['params'] ?? null);
|
call_user_func($this->handler, $this->params);
|
||||||
if ($this->isLoop === false) {
|
if ($this->isLoop === false) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user