Better logging for company importer
This commit is contained in:
parent
6e58f8c304
commit
12a31b79e7
1 changed files with 1 additions and 0 deletions
|
|
@ -154,6 +154,7 @@ class CompanyImport implements ShouldQueue
|
|||
$this->account = $this->company->account;
|
||||
|
||||
nlog("Company ID = {$this->company->id}");
|
||||
nlog("Hash ID = {$this->hash}");
|
||||
|
||||
$this->backup_file = Cache::get($this->hash);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue