Skip to content

Commit a9d8c06

Browse files
committed
removed an extra request to the storage
1 parent 7ba8a55 commit a9d8c06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Services/CastService.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public function getWallet(Wallet $object, bool $save = true): WalletModel
2121

2222
if ($save && !$wallet->exists) {
2323
$wallet->save();
24-
$wallet->getBalanceAttribute(); // update balance in store
2524
}
2625

2726
return $wallet;

0 commit comments

Comments
 (0)