@@ -261,7 +261,7 @@ |
||
261 | 261 | * @return TableSelectEntity |
262 | 262 | */ |
263 | 263 | private function getSelectEntity(string $table, array $columns, array $fields, array $select, |
264 | - array $group, array $where, array $order, array $unselected, int $limit, int $page): TableSelectEntity |
|
264 | + array $group, array $where, array $order, array $unselected, int $limit, int $page): TableSelectEntity |
|
265 | 265 | { |
266 | 266 | $select2 = $select; |
267 | 267 | $group2 = $group; |