mirror of
https://github.com/grocy/grocy.git
synced 2026-04-10 06:26:16 +02:00
Applied code formatting rules
This commit is contained in:
parent
3950e43d97
commit
44ce922201
|
|
@ -683,7 +683,6 @@ class StockService extends BaseService
|
||||||
foreach ($relevantProducts as $product)
|
foreach ($relevantProducts as $product)
|
||||||
{
|
{
|
||||||
FindObjectInArrayByPropertyValue($missingProductsResponse, 'id', $product->id)->product = $product;
|
FindObjectInArrayByPropertyValue($missingProductsResponse, 'id', $product->id)->product = $product;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return $missingProductsResponse;
|
return $missingProductsResponse;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user