diff --git a/app/Models/DealerWallet.php b/app/Models/DealerWallet.php index cb353d0f..a8baf0d8 100644 --- a/app/Models/DealerWallet.php +++ b/app/Models/DealerWallet.php @@ -13,7 +13,7 @@ class DealerWallet extends Model 'balance' => 0, 'total_revenue' => 0, 'total_expenses' => 0, - 'withdrawable' => false, + 'withdrawable' => true, ]; /**