Completed
Pull Request — master (#14)
by Бабичев
03:04
created
src/Traits/HasWallet.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
      */
169 169
     protected function change(int $amount, ?array $meta, bool $confirmed): Transaction
170 170
     {
171
-        return DB::transaction(function () use ($amount, $meta, $confirmed) {
171
+        return DB::transaction(function() use ($amount, $meta, $confirmed) {
172 172
 
173 173
             if ($this instanceof WalletModel) {
174 174
                 $payable = $this->holder;
Please login to merge, or discard this patch.