From 08f664369f03391ebae7321f3813394b1a08ce01 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sun, 2 May 2021 14:29:40 +0800 Subject: [PATCH] modify --- Database/Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Database/Command.php b/Database/Command.php index 096da313..104a27f9 100644 --- a/Database/Command.php +++ b/Database/Command.php @@ -34,7 +34,7 @@ class Command extends Component public Connection $db; /** @var ?string */ - private ?string $sql = ''; + public ?string $sql = ''; /** @var array */ public array $params = [];