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