From 8bf50275826217129bff48b3481ca78d241c8c67 Mon Sep 17 00:00:00 2001 From: whwyy Date: Sat, 3 Jan 2026 20:44:19 +0800 Subject: [PATCH] eee --- Base/Model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Base/Model.php b/Base/Model.php index bb44f6c..e98fe65 100644 --- a/Base/Model.php +++ b/Base/Model.php @@ -502,7 +502,6 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, \ */ public function save(): static|bool { - var_dump($this->_attributes); if (!$this->validator($this->rules(), $this->_attributes) || !$this->beforeSave($this)) { return FALSE; }