@@ -2121,6 +2121,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
21212121 'OC \\Repair \\AddBruteForceCleanupJob ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddBruteForceCleanupJob.php ' ,
21222122 'OC \\Repair \\AddCleanupBackgroundJobsJob ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddCleanupBackgroundJobsJob.php ' ,
21232123 'OC \\Repair \\AddCleanupDeletedUsersBackgroundJob ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddCleanupDeletedUsersBackgroundJob.php ' ,
2124+ 'OC \\Repair \\AddCleanupLoginTokens ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddCleanupLoginTokens.php ' ,
21242125 'OC \\Repair \\AddCleanupUpdaterBackupsJob ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddCleanupUpdaterBackupsJob.php ' ,
21252126 'OC \\Repair \\AddMetadataGenerationJob ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddMetadataGenerationJob.php ' ,
21262127 'OC \\Repair \\AddMovePreviewJob ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddMovePreviewJob.php ' ,
@@ -2343,6 +2344,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
23432344 'OC \\User \\AvailabilityCoordinator ' => __DIR__ . '/../../.. ' . '/lib/private/User/AvailabilityCoordinator.php ' ,
23442345 'OC \\User \\Backend ' => __DIR__ . '/../../.. ' . '/lib/private/User/Backend.php ' ,
23452346 'OC \\User \\BackgroundJobs \\CleanupDeletedUsers ' => __DIR__ . '/../../.. ' . '/lib/private/User/BackgroundJobs/CleanupDeletedUsers.php ' ,
2347+ 'OC \\User \\BackgroundJobs \\CleanupLoginTokens ' => __DIR__ . '/../../.. ' . '/lib/private/User/BackgroundJobs/CleanupLoginTokens.php ' ,
23462348 'OC \\User \\Database ' => __DIR__ . '/../../.. ' . '/lib/private/User/Database.php ' ,
23472349 'OC \\User \\DisabledUserException ' => __DIR__ . '/../../.. ' . '/lib/private/User/DisabledUserException.php ' ,
23482350 'OC \\User \\DisplayNameCache ' => __DIR__ . '/../../.. ' . '/lib/private/User/DisplayNameCache.php ' ,
0 commit comments