modify plugin name

This commit is contained in:
2022-03-01 17:32:45 +08:00
parent 963c495a4d
commit cdec00038c
+4
View File
@@ -713,6 +713,10 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, T
$uassoc = array_intersect_assoc($this->_attributes, $this->_oldAttributes);
if (!$this->getIsNowExample()) {
var_dump($assoc, $uassoc);
}
return [$assoc, $uassoc, array_keys($assoc)];
}