88declare (strict_types=1 );
99
1010use NCU \Sharing \ISharingManager ;
11- use NCU \Sharing \ISharingRegistry ;
1211use NCU \Sharing \Permission \SharePermission ;
1312use NCU \Sharing \Property \ShareProperty ;
1413use NCU \Sharing \Recipient \ShareRecipient ;
@@ -47,7 +46,7 @@ public function testDefaultShareAccessContext(): void {
4746 Server::get (IRequest::class),
4847 Server::get (IUserSession::class),
4948 Server::get (ISharingManager::class),
50- Server:: get (ISharingRegistry::class) ,
49+ $ this -> registry ,
5150 Server::get (IFactory::class),
5251 Server::get (IURLGenerator::class),
5352 Server::get (IUserManager::class),
@@ -68,7 +67,7 @@ private function executeRequest(ShareAccessContext $accessContext, Closure $clos
6867 Server::get (IRequest::class),
6968 Server::get (IUserSession::class),
7069 Server::get (ISharingManager::class),
71- Server:: get (ISharingRegistry::class) ,
70+ $ this -> registry ,
7271 Server::get (IFactory::class),
7372 Server::get (IURLGenerator::class),
7473 Server::get (IUserManager::class),
0 commit comments