@@ -2073,6 +2073,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
20732073 'OC \\RepairException ' => __DIR__ . '/../../.. ' . '/lib/private/RepairException.php ' ,
20742074 'OC \\Repair \\AddBruteForceCleanupJob ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddBruteForceCleanupJob.php ' ,
20752075 'OC \\Repair \\AddCleanupDeletedUsersBackgroundJob ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddCleanupDeletedUsersBackgroundJob.php ' ,
2076+ 'OC \\Repair \\AddCleanupLoginTokens ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddCleanupLoginTokens.php ' ,
20762077 'OC \\Repair \\AddCleanupUpdaterBackupsJob ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddCleanupUpdaterBackupsJob.php ' ,
20772078 'OC \\Repair \\AddMetadataGenerationJob ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddMetadataGenerationJob.php ' ,
20782079 'OC \\Repair \\AddMovePreviewJob ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddMovePreviewJob.php ' ,
@@ -2289,6 +2290,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
22892290 'OC \\User \\AvailabilityCoordinator ' => __DIR__ . '/../../.. ' . '/lib/private/User/AvailabilityCoordinator.php ' ,
22902291 'OC \\User \\Backend ' => __DIR__ . '/../../.. ' . '/lib/private/User/Backend.php ' ,
22912292 'OC \\User \\BackgroundJobs \\CleanupDeletedUsers ' => __DIR__ . '/../../.. ' . '/lib/private/User/BackgroundJobs/CleanupDeletedUsers.php ' ,
2293+ 'OC \\User \\BackgroundJobs \\CleanupLoginTokens ' => __DIR__ . '/../../.. ' . '/lib/private/User/BackgroundJobs/CleanupLoginTokens.php ' ,
22922294 'OC \\User \\Database ' => __DIR__ . '/../../.. ' . '/lib/private/User/Database.php ' ,
22932295 'OC \\User \\DisabledUserException ' => __DIR__ . '/../../.. ' . '/lib/private/User/DisabledUserException.php ' ,
22942296 'OC \\User \\DisplayNameCache ' => __DIR__ . '/../../.. ' . '/lib/private/User/DisplayNameCache.php ' ,
0 commit comments