@@ -32,7 +32,7 @@ |
||
| 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); |
@@ -111,7 +111,7 @@ |
||
| 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) { |