]> source.dussan.org Git - nextcloud-server.git/commitdiff
Don't create a deprecation log in base.php 22762/head
authorJoas Schilling <coding@schilljs.com>
Thu, 10 Sep 2020 07:03:39 +0000 (09:03 +0200)
committerJoas Schilling <coding@schilljs.com>
Thu, 10 Sep 2020 07:03:39 +0000 (09:03 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/Server.php

index d1129c16c50e86c7d02893a1a2e62af8dd14cfa9..d39ed45b6c28a63981adaebfc16c3466b61fef0b 100644 (file)
@@ -1967,7 +1967,7 @@ class Server extends ServerContainer implements IServerContainer {
         * @deprecated
         */
        public function getTrustedDomainHelper() {
-               return $this->query('TrustedDomainHelper');
+               return $this->query(TrustedDomainHelper::class);
        }
 
        /**