epic-ts
[kivitendo-erp.git] / SL / BackgroundJob / ALL.pm
index 5688d2c..ba9ce83 100644 (file)
@@ -3,8 +3,10 @@ package SL::BackgroundJob::ALL;
 use strict;
 
 use SL::BackgroundJob::Base;
+use SL::BackgroundJob::BackgroundJobCleanup;
 use SL::BackgroundJob::CleanBackgroundJobHistory;
 use SL::BackgroundJob::CreatePeriodicInvoices;
+use SL::BackgroundJob::FailedBackgroundJobsReport;
 
 1;