mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
ref
This commit is contained in:
@@ -59,6 +59,7 @@ class AddSystemUser implements RebuildAction
|
||||
|
||||
$user = $repository->getNew();
|
||||
$user->set($attributes);
|
||||
$user->set('id', $userId);
|
||||
$repository->save($user);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user