Refactor for starting jobs with middleware

This commit is contained in:
David Bomba 2022-12-12 13:46:11 +11:00
parent 20e0a87630
commit 8ed32acce2

View File

@ -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();
}