From e90cf11cf2d844701827788bd417a8f3545b3155 Mon Sep 17 00:00:00 2001 From: n0nag0n Date: Tue, 7 May 2024 09:33:49 -0600 Subject: [PATCH] Update ActiveRecord.php --- src/ActiveRecord.php | 1 + 1 file changed, 1 insertion(+) 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(); }