delete group by

This commit is contained in:
2025-08-13 14:40:57 +03:30
parent f77d0ee0d0
commit 3634374310

View File

@@ -33,7 +33,6 @@ class ReportService
$request,
allowedFilters: ['*'],
allowedSortings: ['*'],
allowedGroupBy: ['d']
);
$data = collect($data);