There was an error while loading. Please reload this page.
1 parent ab5331b commit fc53211Copy full SHA for fc53211
1 file changed
app/Reports/Queries/Child/C31.php
@@ -28,6 +28,11 @@ public static function dateColumn(string $type): string
28
return 'community_activities.created_at';
29
}
30
31
+ public static function aggregateByColumn(): string
32
+ {
33
+ return 'community_activities.id';
34
+ }
35
+
36
public static function includeLatestBeforeRange(): bool
37
{
38
return false;
0 commit comments