Skip to content

Commit 40ece75

Browse files
committed
fix: patch up left over data
1 parent 542ff5d commit 40ece75

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Db/Core.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,8 @@ public function fetchAll($type = 'assoc')
678678
}
679679
}
680680
}
681+
682+
$this->eager = [];
681683
}
682684

683685
$currentTable = null;

0 commit comments

Comments
 (0)