Completed
Push — master ( 831ccc...fee157 )
by Бабичев
03:22
created
src/Traits/HasGift.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
          * this comment is needed for syntax highlighting )
33 33
          * @var \Bavix\Wallet\Models\Wallet $to
34 34
          */
35
-        return DB::transaction(function () use ($to, $product) {
35
+        return DB::transaction(function() use ($to, $product) {
36 36
             $amount = $product->getAmountProduct();
37 37
             $meta = $product->getMetaProduct();
38 38
             $fee = Tax::fee($product, $amount);
Please login to merge, or discard this patch.
src/Traits/CanBePaid.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
                 ->setModel($this->transfers()->getMorphClass());
112 112
         }
113 113
 
114
-        return DB::transaction(function () use ($product, $transfer, $force) {
114
+        return DB::transaction(function() use ($product, $transfer, $force) {
115 115
             $transfer->load('withdraw.payable');
116 116
 
117 117
             if ($force) {
Please login to merge, or discard this patch.