From 173d23f75fe2f5e9b8745e56c51cc7eee84c4329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 30 Oct 2020 01:36:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database/Command.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Database/Command.php b/Database/Command.php index 7458ca65..cecf71f9 100644 --- a/Database/Command.php +++ b/Database/Command.php @@ -39,8 +39,7 @@ class Command extends Component /** @var string */ private string $_modelName; - /** @var PDOStatement */ - private PDOStatement $prepare; + private ?PDOStatement $prepare; /**