From 4096050303648e53f8a54311ed1418c15e7f80bd Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sat, 3 Jul 2021 12:51:36 +0800 Subject: [PATCH] modify --- Database/Connection.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Database/Connection.php b/Database/Connection.php index 501e67cf..e1649e16 100644 --- a/Database/Connection.php +++ b/Database/Connection.php @@ -37,6 +37,8 @@ class Connection extends Component public string $charset = 'utf-8'; public string $tablePrefix = ''; + public string $database = ''; + public int $timeout = 1900; public int $maxNumber = 200;