Skip to content

Commit

Permalink
withdrawable_balance added to casts
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-IN committed May 24, 2022
1 parent 5884e07 commit 87674de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Models/Wallet.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class Wallet extends Model

protected $casts = [
'balance' => 'float',
'withdrawable_balance' => 'float',
];

public function walletable()
Expand Down

0 comments on commit 87674de

Please sign in to comment.