mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
repository inteface
This commit is contained in:
@@ -43,7 +43,7 @@ class UserData extends \Espo\Core\Repositories\Database
|
||||
return $userData;
|
||||
}
|
||||
|
||||
$user = $this->getEntityManager()
|
||||
$user = $this->entityManager
|
||||
->getRepository('User')
|
||||
->getById($userId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user