feat: updates on expenses
This commit is contained in:
@@ -36,6 +36,7 @@ class CreateLedgerDTO extends Data
|
||||
public ?Model $ledger = null,
|
||||
public ?Model $transaction = null,
|
||||
public ?Model $account = null,
|
||||
public ?CreateBalanceDTO $balanceDTO = null,
|
||||
) {
|
||||
$this->transaction_id = $this->transaction->id;
|
||||
$this->account_id = $this->account->id;
|
||||
|
||||
Reference in New Issue
Block a user