We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d55b13 + e63c4af commit 6b6deefCopy full SHA for 6b6deef
apps/provisioning_api/lib/AppInfo/Application.php
@@ -53,7 +53,7 @@ public function register(IRegistrationContext $context): void {
53
);
54
});
55
$context->registerService(ProvisioningApiMiddleware::class, function (ContainerInterface $c) {
56
- $user = $c->get(IUserManager::class)->get($c->get('UserId'));
+ $user = $c->get(IUserManager::class)->get($c->get('userId'));
57
$isAdmin = false;
58
$isSubAdmin = false;
59
0 commit comments