Better logging for company importer

This commit is contained in:
David Bomba 2021-06-08 18:54:34 +10:00
parent 6e58f8c304
commit 12a31b79e7

View File

@ -154,6 +154,7 @@ class CompanyImport implements ShouldQueue
$this->account = $this->company->account; $this->account = $this->company->account;
nlog("Company ID = {$this->company->id}"); nlog("Company ID = {$this->company->id}");
nlog("Hash ID = {$this->hash}");
$this->backup_file = Cache::get($this->hash); $this->backup_file = Cache::get($this->hash);