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:
commit
b9ae3c1732
|
@ -1967,7 +1967,7 @@ class Server extends ServerContainer implements IServerContainer {
|
|||
* @deprecated
|
||||
*/
|
||||
public function getTrustedDomainHelper() {
|
||||
return $this->query('TrustedDomainHelper');
|
||||
return $this->query(TrustedDomainHelper::class);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue