Completed
Pull Request — master (#104)
by Бабичев
175:52 queued 91:10
created
src/Simple/MemoryStore.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.