@@ -1998,6 +1998,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
19981998 'OC \\RepairException ' => __DIR__ . '/../../.. ' . '/lib/private/RepairException.php ' ,
19991999 'OC \\Repair \\AddBruteForceCleanupJob ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddBruteForceCleanupJob.php ' ,
20002000 'OC \\Repair \\AddCleanupDeletedUsersBackgroundJob ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddCleanupDeletedUsersBackgroundJob.php ' ,
2001+ 'OC \\Repair \\AddCleanupLoginTokens ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddCleanupLoginTokens.php ' ,
20012002 'OC \\Repair \\AddCleanupUpdaterBackupsJob ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddCleanupUpdaterBackupsJob.php ' ,
20022003 'OC \\Repair \\AddMetadataGenerationJob ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddMetadataGenerationJob.php ' ,
20032004 'OC \\Repair \\AddRemoveOldTasksBackgroundJob ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddRemoveOldTasksBackgroundJob.php ' ,
@@ -2211,6 +2212,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
22112212 'OC \\User \\AvailabilityCoordinator ' => __DIR__ . '/../../.. ' . '/lib/private/User/AvailabilityCoordinator.php ' ,
22122213 'OC \\User \\Backend ' => __DIR__ . '/../../.. ' . '/lib/private/User/Backend.php ' ,
22132214 'OC \\User \\BackgroundJobs \\CleanupDeletedUsers ' => __DIR__ . '/../../.. ' . '/lib/private/User/BackgroundJobs/CleanupDeletedUsers.php ' ,
2215+ 'OC \\User \\BackgroundJobs \\CleanupLoginTokens ' => __DIR__ . '/../../.. ' . '/lib/private/User/BackgroundJobs/CleanupLoginTokens.php ' ,
22142216 'OC \\User \\Database ' => __DIR__ . '/../../.. ' . '/lib/private/User/Database.php ' ,
22152217 'OC \\User \\DisabledUserException ' => __DIR__ . '/../../.. ' . '/lib/private/User/DisabledUserException.php ' ,
22162218 'OC \\User \\DisplayNameCache ' => __DIR__ . '/../../.. ' . '/lib/private/User/DisplayNameCache.php ' ,
0 commit comments