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:
parent
6e58f8c304
commit
12a31b79e7
@ -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…
Reference in New Issue
Block a user