From 32ab38d5cd163c9787897f5519d9c1315edc561d Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 30 Mar 2023 23:46:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command.php b/Command.php index 1d4ae2a..336f419 100644 --- a/Command.php +++ b/Command.php @@ -118,7 +118,7 @@ class Command extends Component $result = $type !== static::EXECUTE ? $this->search($type) : $this->_execute(); -// $this->longExecuteTime($time); + $this->longExecuteTime($time); return $result; }