Merge "Replace deprecated CentralIdLookup::factory"

This commit is contained in:
jenkins-bot 2021-08-25 21:31:27 +00:00 committed by Gerrit Code Review
commit 6e6be4fbf5
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ return [
$services->getMainConfig(),
$context->getUser(),
$context->getRequest(),
CentralIdLookup::factoryNonLocal(),
$services->getCentralIdLookupFactory()->getNonLocalLookup(),
Constants::CONFIG_KEY_LANGUAGE_IN_HEADER,
Constants::REQUIREMENT_LANGUAGE_IN_HEADER,
Constants::QUERY_PARAM_LANGUAGE_IN_HEADER,
@ -103,7 +103,7 @@ return [
$config,
$context->getUser(),
$context->getRequest(),
CentralIdLookup::factoryNonLocal(),
$services->getCentralIdLookupFactory()->getNonLocalLookup(),
Constants::CONFIG_KEY_LANGUAGE_IN_HEADER,
$requirementName,
/* $overrideName = */ '',