This commit is contained in:
Andrew Nicols
2023-03-02 09:23:49 +08:00
@@ -61,16 +61,6 @@ class groupconcat extends base {
]);
}
/**
* We cannot sort this aggregation type
*
* @param bool $columnsortable
* @return bool
*/
public static function sortable(bool $columnsortable): bool {
return false;
}
/**
* Override base method to ensure all SQL fields are concatenated together if there are multiple
*