mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Make it clear in the deprecation comment that DI is preferred
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
1332078be1
commit
961ccee5f6
1 changed files with 1 additions and 1 deletions
|
|
@ -1724,7 +1724,7 @@ class Server extends ServerContainer implements IServerContainer {
|
|||
* @param string $app appid
|
||||
* @param string $lang
|
||||
* @return IL10N
|
||||
* @deprecated 20.0.0 use \OCP\Util::getL10N instead
|
||||
* @deprecated 20.0.0 use DI of IL10N instead, or \OCP\Util::getL10N as a last resort
|
||||
*/
|
||||
public function getL10N($app, $lang = null) {
|
||||
return $this->get(IFactory::class)->get($app, $lang);
|
||||
|
|
|
|||
Loading…
Reference in a new issue