This commit is contained in:
2021-02-24 14:22:56 +08:00
parent c704dc05eb
commit 19775e937e
7 changed files with 35 additions and 18 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ class Collection extends AbstractCollection
}
$_filters[] = $value;
}
return objectPool(Collection::class, [$this->query, $_filters, $this->model]);
return new Collection($this->query, $_filters, $this->model);
}