From 1ace36b6f6da261a83fb7b955638a810749c737a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 23 Feb 2022 17:08:35 +0800 Subject: [PATCH] modify plugin name --- Connection.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Connection.php b/Connection.php index b95b831..8aa620e 100644 --- a/Connection.php +++ b/Connection.php @@ -39,6 +39,7 @@ class Connection extends Component public string $password = ''; public string $username = ''; public string $charset = 'utf-8'; + public string $tablePrefix = ''; public string $database = '';