Merge pull request #22762 from nextcloud/bugfix/noid/dont-create-debug-log-in-base.php

Don't create a deprecation log in base.php
This commit is contained in:
Morris Jobke 2020-09-10 11:28:46 +02:00 committed by GitHub
commit b9ae3c1732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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