Compare commits
No commits in common. "5dff9d627aa879194def98fa5425a8c3894446b3" and "8a9bd9d569d32bb7cbe7903b22e3134bf37cff6f" have entirely different histories.
5dff9d627a
...
8a9bd9d569
@ -94,7 +94,7 @@ class RegularContractCreateController extends Controller
|
||||
$parks_table = $query->get();
|
||||
|
||||
if ($sort === 'park_ruby' || $sort === 'station_name_ruby') {
|
||||
$collator = new \Collator('ja');
|
||||
$collator = new \Collator('ja_JP');
|
||||
$parks_table = $parks_table->sort(function ($a, $b) use ($order, $sort, $collator) {
|
||||
$a_val = $a->$sort ?? '';
|
||||
$b_val = $b->$sort ?? '';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user