Don't create a deprecation log in base.php

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-09-10 09:03:39 +02:00
parent 9780c4f755
commit b5a70b31c1
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
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);
}
/**