File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 226
226
use OCP \Security \ICrypto ;
227
227
use OCP \Security \IHasher ;
228
228
use OCP \Security \ISecureRandom ;
229
+ use OCP \Security \ITrustedDomainHelper ;
229
230
use OCP \Security \VerificationToken \IVerificationToken ;
230
231
use OCP \Share \IShareHelper ;
231
232
use OCP \SystemTag \ISystemTagManager ;
@@ -968,6 +969,7 @@ public function __construct($webRoot, \OC\Config $config) {
968
969
$ this ->registerDeprecatedAlias ('AsyncCommandBus ' , IBus::class);
969
970
/** @deprecated 20.0.0 */
970
971
$ this ->registerDeprecatedAlias ('TrustedDomainHelper ' , TrustedDomainHelper::class);
972
+ $ this ->registerAlias (ITrustedDomainHelper::class, TrustedDomainHelper::class);
971
973
/** @deprecated 19.0.0 */
972
974
$ this ->registerDeprecatedAlias ('Throttler ' , Throttler::class);
973
975
$ this ->registerService ('IntegrityCodeChecker ' , function (ContainerInterface $ c ) {
You can’t perform that action at this time.
0 commit comments