From a47d1aaf06ae5abafa5b51724eef86bd276c6cc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 18 Nov 2020 15:38:06 +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 dd40c07e..a578ab76 100644 --- a/Database/Connection.php +++ b/Database/Connection.php @@ -263,7 +263,6 @@ class Connection extends Component */ public function createCommand($sql = null, $attributes = []) { - var_dump($sql); $command = new Command(['db' => $this, 'sql' => $sql]); return $command->bindValues($attributes); }