@@ -168,7 +168,7 @@ |
||
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; |