nullifies location after ldap user sync

This commit is contained in:
Godfrey M 2024-04-04 15:43:33 -07:00
parent dcba2bfd25
commit d548b800d5

View file

@ -390,7 +390,7 @@ class LdapSync extends Command
$user->location_id = $location->id;
}
}
$location = null;
$user->ldap_import = 1;
$errors = '';