style: Pint 포맷팅 적용
This commit is contained in:
@@ -248,6 +248,7 @@ public function show(int $id): View
|
||||
->filter(fn ($lot) => $lot->total_qty < 0)
|
||||
->map(function ($lot) {
|
||||
$lot->total_qty = abs($lot->total_qty);
|
||||
|
||||
return $lot;
|
||||
})
|
||||
->values();
|
||||
|
||||
Reference in New Issue
Block a user