@@ -1351,6 +1351,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
13511351 'OC \\Core \\AppInfo \\ConfigLexicon ' => __DIR__ . '/../../.. ' . '/core/AppInfo/ConfigLexicon.php ' ,
13521352 'OC \\Core \\BackgroundJobs \\BackgroundCleanupUpdaterBackupsJob ' => __DIR__ . '/../../.. ' . '/core/BackgroundJobs/BackgroundCleanupUpdaterBackupsJob.php ' ,
13531353 'OC \\Core \\BackgroundJobs \\CheckForUserCertificates ' => __DIR__ . '/../../.. ' . '/core/BackgroundJobs/CheckForUserCertificates.php ' ,
1354+ 'OC \\Core \\BackgroundJobs \\CleanupBackgroundJobsJob ' => __DIR__ . '/../../.. ' . '/core/BackgroundJobs/CleanupBackgroundJobsJob.php ' ,
13541355 'OC \\Core \\BackgroundJobs \\CleanupLoginFlowV2 ' => __DIR__ . '/../../.. ' . '/core/BackgroundJobs/CleanupLoginFlowV2.php ' ,
13551356 'OC \\Core \\BackgroundJobs \\ExpirePreviewsJob ' => __DIR__ . '/../../.. ' . '/core/BackgroundJobs/ExpirePreviewsJob.php ' ,
13561357 'OC \\Core \\BackgroundJobs \\GenerateMetadataJob ' => __DIR__ . '/../../.. ' . '/core/BackgroundJobs/GenerateMetadataJob.php ' ,
@@ -2086,6 +2087,7 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
20862087 'OC \\Repair ' => __DIR__ . '/../../.. ' . '/lib/private/Repair.php ' ,
20872088 'OC \\RepairException ' => __DIR__ . '/../../.. ' . '/lib/private/RepairException.php ' ,
20882089 'OC \\Repair \\AddBruteForceCleanupJob ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddBruteForceCleanupJob.php ' ,
2090+ 'OC \\Repair \\AddCleanupBackgroundJobsJob ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddCleanupBackgroundJobsJob.php ' ,
20892091 'OC \\Repair \\AddCleanupDeletedUsersBackgroundJob ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddCleanupDeletedUsersBackgroundJob.php ' ,
20902092 'OC \\Repair \\AddCleanupUpdaterBackupsJob ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddCleanupUpdaterBackupsJob.php ' ,
20912093 'OC \\Repair \\AddMetadataGenerationJob ' => __DIR__ . '/../../.. ' . '/lib/private/Repair/AddMetadataGenerationJob.php ' ,
0 commit comments