Fixes for hosted experience
This commit is contained in:
parent
8554c6cceb
commit
3605b18d2a
1 changed files with 1 additions and 1 deletions
|
|
@ -532,7 +532,7 @@ class Import implements ShouldQueue
|
|||
|
||||
$user = $user_repository->save($modified, $this->fetchUser($resource['email']), true, true);
|
||||
$user->email_verified_at = now();
|
||||
$user->confirmation_code = '';
|
||||
// $user->confirmation_code = '';
|
||||
|
||||
if($modified['deleted_at'])
|
||||
$user->deleted_at = now();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue