diff --git a/src/ActiveRecord.php b/src/ActiveRecord.php index 4f99319..d94af60 100644 --- a/src/ActiveRecord.php +++ b/src/ActiveRecord.php @@ -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(); }