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