Completed
Push — master ( fee157...efc540 )
by Бабичев
03:08
created
src/Traits/HasGift.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
         /**
38 38
          * @return Transfer
39 39
          */
40
-        $callback = function () use ($santa, $product, $force) {
40
+        $callback = function() use ($santa, $product, $force) {
41 41
             $amount = $product->getAmountProduct();
42 42
             $meta = $product->getMetaProduct();
43 43
             $fee = Tax::fee($product, $amount);
Please login to merge, or discard this patch.