Skip to content

Commit 6293f5e

Browse files
authored
Merge pull request #3248 from tusharnain/patch-2
fix: remove @internal annotation from orderColumn() method
2 parents f8354bb + 84c6afb commit 6293f5e

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
@@ -625,7 +625,7 @@ public function orderColumns(array $columns, $sql, $bindings = []): static
625625
* @param array $bindings
626626
* @return $this
627627
*
628-
* @internal string $1 Special variable that returns the requested order direction of the column.
628+
* string $1 Special variable that returns the requested order direction of the column.
629629
*/
630630
public function orderColumn($column, $sql, $bindings = []): static
631631
{

0 commit comments

Comments
 (0)