diff --git a/lib/private/AppFramework/Bootstrap/RegistrationContext.php b/lib/private/AppFramework/Bootstrap/RegistrationContext.php index 625866ff7a..82cb884db1 100644 --- a/lib/private/AppFramework/Bootstrap/RegistrationContext.php +++ b/lib/private/AppFramework/Bootstrap/RegistrationContext.php @@ -295,7 +295,6 @@ class RegistrationContext { public function registerInitialState(string $appId, string $class): void { $this->initialStates[] = new ServiceRegistration($appId, $class); - } public function registerWellKnown(string $appId, string $class): void { @@ -524,4 +523,3 @@ class RegistrationContext { return $this->twoFactorProviders; } } - diff --git a/lib/public/AppFramework/Bootstrap/IRegistrationContext.php b/lib/public/AppFramework/Bootstrap/IRegistrationContext.php index 6c9d551348..c247040a29 100644 --- a/lib/public/AppFramework/Bootstrap/IRegistrationContext.php +++ b/lib/public/AppFramework/Bootstrap/IRegistrationContext.php @@ -240,4 +240,3 @@ interface IRegistrationContext { */ public function registerTwoFactorProvider(string $twoFactorProviderClass): void; } -