Browse Source

Don't create a deprecation log in base.php

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/22762/head
Joas Schilling 5 years ago
parent
commit
b5a70b31c1
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 2
      lib/private/Server.php

2
lib/private/Server.php

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

Loading…
Cancel
Save