File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929use OCA \Libresign \Middleware \InjectionMiddleware ;
3030use OCA \Libresign \Notification \Notifier ;
3131use OCA \Libresign \Search \FileSearchProvider ;
32- use OCA \Libresign \Service \Policy \IPolicyAuthorizationService ;
33- use OCA \Libresign \Service \Policy \PolicyAuthorizationService ;
3432use OCP \AppFramework \App ;
3533use OCP \AppFramework \Bootstrap \IBootContext ;
3634use OCP \AppFramework \Bootstrap \IBootstrap ;
@@ -55,8 +53,6 @@ public function boot(IBootContext $context): void {
5553
5654 #[\Override]
5755 public function register (IRegistrationContext $ context ): void {
58- $ context ->registerServiceAlias (IPolicyAuthorizationService::class, PolicyAuthorizationService::class);
59-
6056 $ context ->registerMiddleWare (GlobalInjectionMiddleware::class, true );
6157 $ context ->registerMiddleWare (InjectionMiddleware::class);
6258 $ context ->registerCapability (Capabilities::class);
You can’t perform that action at this time.
0 commit comments