File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 134134use OC \Share20 \ProviderFactory ;
135135use OC \Share20 \PublicShareTemplateFactory ;
136136use OC \Share20 \ShareHelper ;
137+ use OC \Sharing \SharingManager ;
138+ use OC \Sharing \SharingRegistry ;
137139use OC \Snowflake \APCuSequence ;
138140use OC \Snowflake \FileSequence ;
139141use OC \Snowflake \ISequence ;
@@ -1151,8 +1153,8 @@ function () use ($c) {
11511153 $ this ->registerAlias (IJobRuns::class, JobRuns::class);
11521154 $ this ->registerAlias (IServerInfo::class, ServerInfo::class);
11531155
1154- $ this ->registerAlias (\NCU \Sharing \ISharingRegistry::class, \ OC \ Sharing \ SharingRegistry::class);
1155- $ this ->registerAlias (\NCU \Sharing \ISharingManager::class, \ OC \ Sharing \ SharingManager::class);
1156+ $ this ->registerAlias (\NCU \Sharing \ISharingRegistry::class, SharingRegistry::class);
1157+ $ this ->registerAlias (\NCU \Sharing \ISharingManager::class, SharingManager::class);
11561158
11571159 $ this ->connectDispatcher ();
11581160 }
You can’t perform that action at this time.
0 commit comments