We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba8a55 commit a9d8c06Copy full SHA for a9d8c06
src/Services/CastService.php
@@ -21,7 +21,6 @@ public function getWallet(Wallet $object, bool $save = true): WalletModel
21
22
if ($save && !$wallet->exists) {
23
$wallet->save();
24
- $wallet->getBalanceAttribute(); // update balance in store
25
}
26
27
return $wallet;
0 commit comments