Skip to content

Commit 87674de

Browse files
committed
withdrawable_balance added to casts
1 parent 5884e07 commit 87674de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Models/Wallet.php

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class Wallet extends Model
1818

1919
protected $casts = [
2020
'balance' => 'float',
21+
'withdrawable_balance' => 'float',
2122
];
2223

2324
public function walletable()

0 commit comments

Comments
 (0)