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 = [];