1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Always force a baseType

This commit is contained in:
David Bomba 2022-10-24 20:00:49 +11:00
parent 8ba4c07069
commit bb6e62add8

View File

@ -69,7 +69,7 @@ class MatchBankTransactions implements ShouldQueue
$this->company_id = $company_id;
$this->db = $db;
$this->input = $input;
$this->input = $input['transactions'];
$this->categories = collect();
}