feat: improve code readability by standardizing spacing and formatting in TransactionService
This commit is contained in:
parent
0a6a441ec4
commit
8399de9d2e
@ -123,6 +123,7 @@ public function getForCreate(): array
|
||||
'productVariants:id,product_id,name,stock,reject_stock',
|
||||
'productVariants.productPrices:id,variant_id,type,price',
|
||||
])
|
||||
->active()
|
||||
->orderBy('name')
|
||||
->get()
|
||||
->each(function (Product $product) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user