File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2929use OCP \AppFramework \Bootstrap \IBootstrap ;
3030use OCP \AppFramework \Bootstrap \IRegistrationContext ;
3131use OCP \AppFramework \Http \Events \BeforeTemplateRenderedEvent ;
32+ use OCP \AppFramework \Services \IAppConfig ;
3233use OCP \EventDispatcher \IEventDispatcher ;
3334use OCP \IConfig ;
3435use OCP \IDBConnection ;
@@ -64,7 +65,7 @@ public function register(IRegistrationContext $context): void {
6465 $ context ->registerEventListener (UserLoggedInEvent::class, LoginEventListener::class);
6566 $ context ->registerService (DavPlugin::class, fn (ContainerInterface $ c ) => new DavPlugin (
6667 $ c ->get (ISession::class),
67- $ c ->get (IConfig ::class),
68+ $ c ->get (IAppConfig ::class),
6869 $ _SERVER ,
6970 $ c ->get (SAMLSettings::class),
7071 $ c ->get (SessionService::class),
You can’t perform that action at this time.
0 commit comments