@@ -66,7 +66,7 @@ |
||
66 | 66 | } else { |
67 | 67 | // We have to sort the pricedetails manually |
68 | 68 | $array = $pricedetails->map( |
69 | - function (Pricedetail $pricedetail) { |
|
69 | + function(Pricedetail $pricedetail) { |
|
70 | 70 | return $pricedetail->getMinDiscountQuantity(); |
71 | 71 | } |
72 | 72 | )->toArray(); |