Skip to content

Commit

Permalink
Merge pull request #22762 from nextcloud/bugfix/noid/dont-create-debu…
Browse files Browse the repository at this point in the history
…g-log-in-base.php

Don't create a deprecation log in base.php
  • Loading branch information
MorrisJobke authored Sep 10, 2020
2 parents 42e2068 + b5a70b3 commit b9ae3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -1967,7 +1967,7 @@ public function getCommandBus() {
* @deprecated
*/
public function getTrustedDomainHelper() {
return $this->query('TrustedDomainHelper');
return $this->query(TrustedDomainHelper::class);
}

/**
Expand Down

0 comments on commit b9ae3c1

Please sign in to comment.