diff options
Diffstat (limited to 'lib/public/Authentication/TwoFactorAuth/TwoFactorProviderDisabled.php')
-rw-r--r-- | lib/public/Authentication/TwoFactorAuth/TwoFactorProviderDisabled.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderDisabled.php b/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderDisabled.php index 539c5716bbd..20c9479a1a9 100644 --- a/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderDisabled.php +++ b/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderDisabled.php @@ -31,7 +31,6 @@ use OCP\EventDispatcher\Event; * @since 20.0.0 */ final class TwoFactorProviderDisabled extends Event { - /** @var string */ private $providerId; |