File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 226226use OCP \Security \ICrypto ;
227227use OCP \Security \IHasher ;
228228use OCP \Security \ISecureRandom ;
229+ use OCP \Security \ITrustedDomainHelper ;
229230use OCP \Security \VerificationToken \IVerificationToken ;
230231use OCP \Share \IShareHelper ;
231232use OCP \SystemTag \ISystemTagManager ;
@@ -968,6 +969,7 @@ public function __construct($webRoot, \OC\Config $config) {
968969 $ this ->registerDeprecatedAlias ('AsyncCommandBus ' , IBus::class);
969970 /** @deprecated 20.0.0 */
970971 $ this ->registerDeprecatedAlias ('TrustedDomainHelper ' , TrustedDomainHelper::class);
972+ $ this ->registerDeprecatedAlias (ITrustedDomainHelper::class, TrustedDomainHelper::class);
971973 /** @deprecated 19.0.0 */
972974 $ this ->registerDeprecatedAlias ('Throttler ' , Throttler::class);
973975 $ this ->registerService ('IntegrityCodeChecker ' , function (ContainerInterface $ c ) {
You can’t perform that action at this time.
0 commit comments