Update
parent
448efd7106
commit
9cb4f693cc
|
|
@ -13,7 +13,7 @@ class DealerWallet extends Model
|
||||||
'balance' => 0,
|
'balance' => 0,
|
||||||
'total_revenue' => 0,
|
'total_revenue' => 0,
|
||||||
'total_expenses' => 0,
|
'total_expenses' => 0,
|
||||||
'withdrawable' => false,
|
'withdrawable' => true,
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue