Skip to content

Commit 73b6eeb

Browse files
fix: concat
1 parent 284e379 commit 73b6eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QueryDataTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ protected function addTablePrefix($query, string $column): string
487487

488488
$prefix = $this->getTablePrefix($query);
489489

490-
return $prefix ? $prefix.$column : $column;
490+
return $prefix ? $prefix.'.'.$column : $column;
491491
}
492492

493493
/**

0 commit comments

Comments
 (0)