diff options
Diffstat (limited to 'core/Command/TwoFactorAuth/Cleanup.php')
-rw-r--r-- | core/Command/TwoFactorAuth/Cleanup.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Command/TwoFactorAuth/Cleanup.php b/core/Command/TwoFactorAuth/Cleanup.php index a8576b15384..ac9dceef343 100644 --- a/core/Command/TwoFactorAuth/Cleanup.php +++ b/core/Command/TwoFactorAuth/Cleanup.php @@ -57,5 +57,4 @@ class Cleanup extends Base { $output->writeln("<info>All user-provider associations for provider <options=bold>$providerId</> have been removed.</info>"); } - } |