feat: improve code readability by standardizing spacing and formatting in TransactionService

This commit is contained in:
Yoga Pangestu 2026-08-06 14:17:44 +07:00
parent 0a6a441ec4
commit 8399de9d2e

View File

@ -123,6 +123,7 @@ public function getForCreate(): array
'productVariants:id,product_id,name,stock,reject_stock', 'productVariants:id,product_id,name,stock,reject_stock',
'productVariants.productPrices:id,variant_id,type,price', 'productVariants.productPrices:id,variant_id,type,price',
]) ])
->active()
->orderBy('name') ->orderBy('name')
->get() ->get()
->each(function (Product $product) { ->each(function (Product $product) {