From f4084b0b06ee832511738a6156b561545d38e434 Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 11 Nov 2021 03:23:05 +0800 Subject: [PATCH] 1 --- src/Base/Model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Base/Model.php b/src/Base/Model.php index 3587645..98f8255 100644 --- a/src/Base/Model.php +++ b/src/Base/Model.php @@ -512,6 +512,7 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, T if (empty($param)) { return $this; } + var_dump($param); foreach ($this->_attributes as $key => $attribute) { $this->_attributes[$key] = $this->_setter($key, $attribute); }