Return list of bank transactions

This commit is contained in:
David Bomba 2022-10-24 21:22:17 +11:00
parent dfed106ba1
commit 049da325af

View File

@ -111,7 +111,7 @@ class MatchBankTransactions implements ShouldQueue
$this->matchExpense($input); $this->matchExpense($input);
} }
// return $this->bt; return $this->bts;
} }