From 83d1cea0f415264c5bc9996d51234c357f09c030 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Tue, 27 Sep 2022 00:18:42 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/QueryDataTable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QueryDataTable.php b/src/QueryDataTable.php index 19730b7c..9b26d0c1 100644 --- a/src/QueryDataTable.php +++ b/src/QueryDataTable.php @@ -430,7 +430,7 @@ protected function addTablePrefix($query, string $column): string $from = explode(' as ', $from)[1]; } - $column = $from . '.' . $column; + $column = $from.'.'.$column; } }