Skip to content

Commit b467ef9

Browse files
committed
hotfix: fix syntax errors in ReportQueryConverter
1 parent 98f3123 commit b467ef9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Support/Reporting/ReportQueryConverter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,6 @@ protected function validateQueryConfig(): void
11601160
// // (Optional) log/warn that some columns were dropped
11611161
// }
11621162
}
1163-
}
11641163

11651164
/**
11661165
* Extract relationship paths from a computed column expression and create necessary joins.
@@ -1231,3 +1230,4 @@ protected function createJoinsForComputedColumn(Builder $query, string $expressi
12311230
}
12321231
}
12331232
}
1233+
}

0 commit comments

Comments
 (0)