This commit is contained in:
2021-11-11 03:34:53 +08:00
parent 50f6deeae7
commit 1f42c353b9
+1
View File
@@ -515,6 +515,7 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, T
foreach ($this->_attributes as $key => $attribute) {
$this->_attributes[$key] = $this->_setter($key, $attribute);
}
var_dump($this->_attributes);
return $this;
}