Skip to content

Commit

Permalink
chore: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin authored and github-actions[bot] committed May 22, 2023
1 parent b4efb37 commit 72e0193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tables/src/Concerns/CanSortRecords.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ protected function applyDefaultSortingToTableQuery(Builder $query, string $sortC
if ($sortColumn !== $this->getDefaultTableSortColumn()) {
return $query;
}

return $query->orderBy($sortColumn, $sortDirection);
}

Expand Down

0 comments on commit 72e0193

Please sign in to comment.