From 3314ce33652fe9ba1b9e6ab5d3351d0d997718f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 16 Apr 2021 14:31:28 +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/Mysql/Columns.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Database/Mysql/Columns.php b/Database/Mysql/Columns.php index 0a6b6f29..9760b058 100644 --- a/Database/Mysql/Columns.php +++ b/Database/Mysql/Columns.php @@ -230,7 +230,6 @@ class Columns extends Component */ public function hasField(string $name): bool { - var_dump($this->getFields()); return array_key_exists($name, $this->getFields()); }