mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Refactor for starting jobs with middleware
This commit is contained in:
parent
20e0a87630
commit
8ed32acce2
@ -110,7 +110,7 @@ class Csv extends BaseImport implements ImportInterface
|
||||
|
||||
nlog("bank matching co id = {$this->company->id}");
|
||||
|
||||
BankMatchingService::dispatchSync($this->company->id, $this->company->db);
|
||||
(new BankMatchingService($this->company->id, $this->company->db))->handle();
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user