From f2f6ff8890b3e6fddc3f6d6263fedc0a2597dc86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 11 Jan 2021 17:44:19 +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/Connection.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Database/Connection.php b/Database/Connection.php index bd2fd780..70ef5ee3 100644 --- a/Database/Connection.php +++ b/Database/Connection.php @@ -267,7 +267,6 @@ class Connection extends Component */ public function createCommand($sql = null, $attributes = []): Command { - var_dump($sql); $command = new Command(['db' => $this, 'sql' => $sql]); return $command->bindValues($attributes); }