Additional Logging for import
This commit is contained in:
parent
6e7ff0abfb
commit
71e35b77d9
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue