This commit is contained in:
2020-09-08 01:17:35 +08:00
parent 3680ab1dfb
commit 51b79ed1ea
3 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ class Collection extends AbstractCollection
}
$_filters[] = $value;
}
return new Collection($this->query, $_filters);
return new Collection($this->query, $_filters, $this->model);
}
/**