Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Apr 11, 2024
1 parent 08f6d94 commit 8ded135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/actions/src/Exports/Jobs/PrepareCsvExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function handle(): void
->unique('column');

$query->reorder($qualifiedKeyName);

foreach ($originalOrders as $order) {
$query->orderBy($order['column'], $order['direction']);
}
Expand Down

0 comments on commit 8ded135

Please sign in to comment.