modify plugin name

This commit is contained in:
2022-03-01 17:23:26 +08:00
parent 9d23efaed8
commit 963c495a4d
+1 -2
View File
@@ -397,7 +397,6 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, T
/**
* @return static
* @throws ReflectionException
*/
private static function makeNewInstance(): static
{
@@ -710,7 +709,7 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, T
*/
private function separation(): array
{
$assoc = array_diff_assoc($this->_oldAttributes, $this->_attributes);
$assoc = array_diff_assoc($this->_attributes, $this->_oldAttributes);
$uassoc = array_intersect_assoc($this->_attributes, $this->_oldAttributes);