From 4b55ee837e5c836b936eb592207207922907b3aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 21 Aug 2023 16:56:19 +0800 Subject: [PATCH] qqq --- Base/Model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Base/Model.php b/Base/Model.php index 38af2da..d2eb97b 100644 --- a/Base/Model.php +++ b/Base/Model.php @@ -442,7 +442,6 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, T private function insert(): bool|static { [$sql, $param] = SqlBuilder::builder(static::query())->insert($this->_attributes); - var_dump($sql, $param, $this->_attributes); $dbConnection = $this->getConnection()->createCommand($sql, $param);