This commit is contained in:
2023-04-16 14:41:20 +08:00
parent 0bf69d576d
commit 64d3f31138
5 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ abstract class AbstractCollection extends Component implements \IteratorAggregat
$this->query = $query;
$this->model = $model;
parent::__construct([]);
parent::__construct();
}