diff options
Diffstat (limited to 'apps/twofactor_backupcodes/lib/Migration/CheckBackupCodes.php')
-rw-r--r-- | apps/twofactor_backupcodes/lib/Migration/CheckBackupCodes.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/twofactor_backupcodes/lib/Migration/CheckBackupCodes.php b/apps/twofactor_backupcodes/lib/Migration/CheckBackupCodes.php index d5b3758f37f..e43a99b9e0a 100644 --- a/apps/twofactor_backupcodes/lib/Migration/CheckBackupCodes.php +++ b/apps/twofactor_backupcodes/lib/Migration/CheckBackupCodes.php @@ -46,5 +46,4 @@ class CheckBackupCodes implements IRepairStep { public function run(IOutput $output) { $this->jobList->add(\OCA\TwoFactorBackupCodes\BackgroundJob\CheckBackupCodes::class); } - } |