From 728b253c0b6e8289f8170f5dab30214d782944a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 6 Feb 2023 14:10:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mysql/Columns.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Mysql/Columns.php b/Mysql/Columns.php index fd777bb..bdf2e78 100644 --- a/Mysql/Columns.php +++ b/Mysql/Columns.php @@ -309,7 +309,6 @@ class Columns extends Component if (empty($column)) { throw new Exception("The table " . $table . " not exists."); } - var_dump($column); return $this->columns[$table] = $this->resolve($column, $table); } return $this->columns[$table];