修复品牌排序问题
This commit is contained in:
parent
3e28593746
commit
81a99fa32e
|
|
@ -129,7 +129,7 @@ class BrandRepo
|
||||||
foreach ($brands as $brand) {
|
foreach ($brands as $brand) {
|
||||||
$results[$brand->first][] = (new BrandDetail($brand))->jsonSerialize();
|
$results[$brand->first][] = (new BrandDetail($brand))->jsonSerialize();
|
||||||
}
|
}
|
||||||
|
ksort($results);
|
||||||
return $results;
|
return $results;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue