From 9cb4f693cc446c02a1f3c84404558a60c6b6fe84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=9D=99?= Date: Tue, 25 Jan 2022 17:15:42 +0800 Subject: [PATCH] Update --- app/Models/DealerWallet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ]; /**