1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

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;
nlog("Company ID = {$this->company->id}");
nlog("Hash ID = {$this->hash}");
$this->backup_file = Cache::get($this->hash);