From: Joas Schilling Date: Thu, 10 Sep 2020 07:03:39 +0000 (+0200) Subject: Don't create a deprecation log in base.php X-Git-Tag: v20.0.0beta4~19^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F22762%2Fhead;p=nextcloud-server.git Don't create a deprecation log in base.php Signed-off-by: Joas Schilling --- diff --git a/lib/private/Server.php b/lib/private/Server.php index d1129c16c50..d39ed45b6c2 100644 --- a/lib/private/Server.php +++ b/lib/private/Server.php @@ -1967,7 +1967,7 @@ class Server extends ServerContainer implements IServerContainer { * @deprecated */ public function getTrustedDomainHelper() { - return $this->query('TrustedDomainHelper'); + return $this->query(TrustedDomainHelper::class); } /**