Skip to content

Commit

Permalink
Merge pull request #72 from marispro/patch-1
Browse files Browse the repository at this point in the history
fixSortOrder fix
  • Loading branch information
Tarpsvo authored Jan 14, 2021
2 parents b710331 + 7a9cc2b commit dacd055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/SortableController.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@ protected function fixSortOrder($sortOrder)
$previousSortOrderNr = $sortOrderNr;
$improvedSortedOrder[$i] = $sortOrderNr;
}
return $sortOrder;
return $improvedSortedOrder;
}
}

0 comments on commit dacd055

Please sign in to comment.