We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd4642b + 3c2b268 commit 5ab542cCopy full SHA for 5ab542c
2 files changed
src/Phaseolies/Database/Entity/Builder.php
@@ -919,9 +919,6 @@ public function get(): Collection
919
$collection = new Collection($this->modelClass, $models);
920
921
unset($models);
922
- if (gc_enabled()) {
923
- gc_collect_cycles();
924
- }
925
926
if (!empty($this->eagerLoad)) {
927
$this->eagerLoadRelations($collection);
src/Phaseolies/Database/Entity/Query/Builder.php
@@ -476,9 +476,6 @@ public function get(): Collection
476
$collection = new Collection('array', $rows);
477
478
unset($rows);
479
480
481
482
483
return $collection;
484
}
0 commit comments