Skip to content

Commit 83d1cea

Browse files
committed
Apply fixes from StyleCI
1 parent 92f10d5 commit 83d1cea

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
@@ -430,7 +430,7 @@ protected function addTablePrefix($query, string $column): string
430430
$from = explode(' as ', $from)[1];
431431
}
432432

433-
$column = $from . '.' . $column;
433+
$column = $from.'.'.$column;
434434
}
435435
}
436436

0 commit comments

Comments
 (0)