From 5b8b52aa5d1124bb3ea6ed4bef19b4d4c04ba066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 15 Apr 2021 17:44:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Crontab/Crontab.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/System/Crontab/Crontab.php b/System/Crontab/Crontab.php index 1319a840..7687faaf 100644 --- a/System/Crontab/Crontab.php +++ b/System/Crontab/Crontab.php @@ -213,8 +213,6 @@ abstract class Crontab extends BaseObject $redis->hSet(self::WAIT_END, $name_md5, serialize($this)); - array_push($this->params, $this->name); - $params = call_user_func([$this, 'process'], ...$this->params); $redis->hDel(self::WAIT_END, $name_md5); if ($params === null) {