From 6d646ea2a37d195a4ce4df694288065eaa62054d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 3 Apr 2023 00:43:06 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Command.php b/Command.php index 7592356..c9421c4 100644 --- a/Command.php +++ b/Command.php @@ -13,6 +13,7 @@ namespace Database; use Exception; use Kiri\Abstracts\Component; use Kiri\Di\Context; +use Kiri\Exception\ConfigException; use PDO; use PDOStatement; @@ -133,8 +134,8 @@ class Command extends Component } /** - * @param bool $restore * @return bool|int + * @throws ConfigException * @throws Exception */ private function _execute(): bool|int