|
@@ -261,7 +261,7 @@ |
|
|
block discarded – undo |
|
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; |
Please login to merge, or discard this patch.