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:
parent
8ba4c07069
commit
bb6e62add8
@ -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();
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user