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
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
1 additions and
1 deletions
-
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); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
|