Passed
Push — master ( a05a97...d38f7e )
by Бабичев
40:02 queued 32:32
created
src/Traits/CanBePaid.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
             ->orderBy('id', 'desc')
54 54
             ->firstOrFail();
55 55
 
56
-        return DB::transaction(function () use ($product, $transfer) {
56
+        return DB::transaction(function() use ($product, $transfer) {
57 57
             $product->transfer($this, $product->getAmountProduct(), $product->getMetaProduct());
58 58
             return $transfer->update(['refund' => 1]);
59 59
         });
Please login to merge, or discard this patch.