mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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->company_id = $company_id;
|
||||||
$this->db = $db;
|
$this->db = $db;
|
||||||
$this->input = $input;
|
$this->input = $input['transactions'];
|
||||||
$this->categories = collect();
|
$this->categories = collect();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user