Skip to content

Commit

Permalink
fix: patch up left over data
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Feb 8, 2025
1 parent 542ff5d commit 40ece75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Db/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,8 @@ public function fetchAll($type = 'assoc')
}
}
}

$this->eager = [];
}

$currentTable = null;
Expand Down

0 comments on commit 40ece75

Please sign in to comment.