We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8674c5 commit 2f262faCopy full SHA for 2f262fa
lib/private/Server.php
@@ -969,7 +969,7 @@ public function __construct($webRoot, \OC\Config $config) {
969
$this->registerDeprecatedAlias('AsyncCommandBus', IBus::class);
970
/** @deprecated 20.0.0 */
971
$this->registerDeprecatedAlias('TrustedDomainHelper', TrustedDomainHelper::class);
972
- $this->registerDeprecatedAlias(ITrustedDomainHelper::class, TrustedDomainHelper::class);
+ $this->registerAlias(ITrustedDomainHelper::class, TrustedDomainHelper::class);
973
/** @deprecated 19.0.0 */
974
$this->registerDeprecatedAlias('Throttler', Throttler::class);
975
$this->registerService('IntegrityCodeChecker', function (ContainerInterface $c) {
0 commit comments