Skip to content

Commit

Permalink
Merge pull request #2857 from yajra/analysis-VBj4kw
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
yajra authored Sep 27, 2022
2 parents 92f10d5 + 83d1cea commit 17c836f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryDataTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ protected function addTablePrefix($query, string $column): string
$from = explode(' as ', $from)[1];
}

$column = $from . '.' . $column;
$column = $from.'.'.$column;
}
}

Expand Down

0 comments on commit 17c836f

Please sign in to comment.