This commit is contained in:
2023-04-23 11:00:05 +08:00
parent bb9112d3b5
commit 1793fa3667
+1 -1
View File
@@ -137,7 +137,7 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, T
/** /**
* object init * object init
*/ */
public function clean() public function clean(): void
{ {
$this->_attributes = []; $this->_attributes = [];
$this->_oldAttributes = []; $this->_oldAttributes = [];