Skip to content

Commit dfae14d

Browse files
committed
codestyle fix
1 parent a1b4d1c commit dfae14d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Http/Controllers/BoardController.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ public function index(Request $request, ?int $id = null): View
3434

3535
$sort = check($request->input('sort', 'date'));
3636
$order = match ($sort) {
37-
'price' => 'price',
38-
default => 'updated_at',
37+
'price' => 'price',
38+
default => 'updated_at',
3939
};
4040

4141
$items = Item::query()

0 commit comments

Comments
 (0)