mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 12:34:30 -04:00
Additional Logging for import
This commit is contained in:
parent
6e7ff0abfb
commit
71e35b77d9
@ -192,6 +192,8 @@ class Import implements ShouldQueue
|
||||
|
||||
nlog("Starting Migration");
|
||||
nlog($this->user->email);
|
||||
info("Starting Migration");
|
||||
info($this->user->email);
|
||||
|
||||
auth()->login($this->user, false);
|
||||
auth()->user()->setCompany($this->company);
|
||||
|
Loading…
x
Reference in New Issue
Block a user