We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9777b79 commit 2f6f4fbCopy full SHA for 2f6f4fb
src/Orderable.php
@@ -70,6 +70,7 @@ public static function orderedIndexQuery($query, $attribute)
70
public static function applyQueryOrder($query, $attribute, $direction = 'asc')
71
{
72
$query->getQuery()->orders = [];
73
+ $query->getQuery()->limit = null;
74
75
return $query->orderBy($attribute, $direction);
76
}
0 commit comments