From 98986ffe9d87e8ed33a74afae5fedadd783c6918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 2 Apr 2021 18:07:47 +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 --- Database/Command.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Database/Command.php b/Database/Command.php index 481bad5c..b083f69b 100644 --- a/Database/Command.php +++ b/Database/Command.php @@ -142,7 +142,6 @@ class Command extends Component * @param $time * @param $result * @return mixed - * @throws ComponentException * @throws Exception */ private function setExecuteLog($time, $result): mixed