From 25296ee714413b51cbf5c994bb3b11b6f241b4c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 16 Aug 2023 14:22:38 +0800 Subject: [PATCH] qqq --- Connection.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Connection.php b/Connection.php index fdeb41f..399f70f 100644 --- a/Connection.php +++ b/Connection.php @@ -76,10 +76,12 @@ class Connection extends Component /** * @var array */ - public array $slaveConfig = []; public array $attributes = []; + /** + * @var Schema|null + */ private ?Schema $_schema = null;