Don't create a deprecation log in base.php
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
9780c4f755
commit
b5a70b31c1
|
@ -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