@@ -47,7 +47,7 @@ |
||
47 | 47 | { |
48 | 48 | $wallet = app(WalletService::class)->getWallet($object); |
49 | 49 | $proxy = app(ProxyService::class); |
50 | - return (bool)$proxy->set($wallet->getKey(), $amount); |
|
50 | + return (bool) $proxy->set($wallet->getKey(), $amount); |
|
51 | 51 | } |
52 | 52 | |
53 | 53 | } |