Skip to content

Commit

Permalink
Update CanSummarizeRecords.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Dec 21, 2023
1 parent 0583833 commit 8e7420c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tables/src/Concerns/CanSummarizeRecords.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function getTableSummarySelectedState(Builder $query, ?Closure $modifyQue
if (filled($column->getRelationshipName())) {
continue;
}

$qualifiedAttribute = $query->getConnection()->getTablePrefix() . $query->getModel()->qualifyColumn($column->getName());

foreach ($summarizers as $summarizer) {
Expand Down

0 comments on commit 8e7420c

Please sign in to comment.