Skip to content

Commit 5b3f773

Browse files
committed
update injection
1 parent ff36431 commit 5b3f773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QueryParserCustomFields.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public function request() : array
216216
$sort = " ORDER BY {$modelColumn} {$order}";
217217
}
218218
} else {
219-
$sort = '';
219+
$sort = null;
220220
}
221221
} else {
222222
if (isset($columnsData[$sort])) {

0 commit comments

Comments
 (0)