Skip to content

Commit

Permalink
Update ActiveRecord.php
Browse files Browse the repository at this point in the history
  • Loading branch information
n0nag0n authored May 7, 2024
1 parent 96c892c commit e90cf11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ActiveRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ public function reset(bool $include_query_data = true): self
{
$this->data = [];
$this->customData = [];
$this->isHydrated = false;
if ($include_query_data === true) {
$this->resetQueryData();
}
Expand Down

0 comments on commit e90cf11

Please sign in to comment.