mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 17:54: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("Starting Migration");
|
||||||
nlog($this->user->email);
|
nlog($this->user->email);
|
||||||
|
info("Starting Migration");
|
||||||
|
info($this->user->email);
|
||||||
|
|
||||||
auth()->login($this->user, false);
|
auth()->login($this->user, false);
|
||||||
auth()->user()->setCompany($this->company);
|
auth()->user()->setCompany($this->company);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user