We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2baf4e6 commit 1779076Copy full SHA for 1779076
src/Models/Model.php
@@ -984,7 +984,7 @@ protected function performInsert(): void
984
// attributes have been given empty or null values.
985
$this->dn = $query->insertAndGetDn($this->getDn(), $attributes);
986
987
- $this->setRawAttributes($attributes);
+ $this->attributes = $attributes;
988
989
$this->dispatch('created');
990
0 commit comments