Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Dec 13, 2023
1 parent 49f3977 commit 88cc62f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BaseActiveRecordTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ public function __set(string $name, mixed $value): void
$this->resetDependentRelations($name);
}
$this->attributes[$name] = $value;
return;
}

if (method_exists($this, 'get' . ucfirst($name))) {
Expand Down

0 comments on commit 88cc62f

Please sign in to comment.