We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55d2a8 commit 868d6f5Copy full SHA for 868d6f5
queries.md
@@ -598,7 +598,7 @@ The `reorder` method allows you to remove all the existing orders and optionally
598
599
$unorderedUsers = $query->reorder()->get();
600
601
-To apply a new order at the same time, include the column you wish to sort by as the first argument and the direction as the second argument:
+To remove all existing orders and apply a new order, provide the column and direction as arguments to the method:
602
603
$query = DB::table('users')->orderBy('name');
604
0 commit comments