toolbar dropdown and visibility improvements (#933)
This commit is contained in:
@@ -50,6 +50,6 @@ class CurrentUser
|
||||
return null;
|
||||
}
|
||||
|
||||
return $this->repository->getById($user->getId());
|
||||
return $this->repository->getUserById($user->getId());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user