This commit is contained in:
2023-04-03 00:43:06 +08:00
parent 3c240efa7a
commit 6d646ea2a3
+2 -1
View File
@@ -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