This commit is contained in:
2023-12-20 21:05:54 +08:00
parent c2a5d7c5e3
commit bb875bd672
-1
View File
@@ -525,7 +525,6 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, \
*/
public function populates(array $value): static
{
$this->_attributes = $value;
$this->_oldAttributes = $value;
$this->setIsNowExample();