mirror of
https://github.com/nextcloud/server.git
synced 2026-05-21 17:45:40 -04:00
Merge pull request #57373 from nextcloud/carl/fix-deprecated-alias
fix: Usage of a deprecated alias
This commit is contained in:
commit
6b6deefee9
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class Application extends App implements IBootstrap {
|
|||
);
|
||||
});
|
||||
$context->registerService(ProvisioningApiMiddleware::class, function (ContainerInterface $c) {
|
||||
$user = $c->get(IUserManager::class)->get($c->get('UserId'));
|
||||
$user = $c->get(IUserManager::class)->get($c->get('userId'));
|
||||
$isAdmin = false;
|
||||
$isSubAdmin = false;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue