Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / SL / BackgroundJob / ALL.pm
diff --git a/SL/BackgroundJob/ALL.pm b/SL/BackgroundJob/ALL.pm
deleted file mode 100644 (file)
index ba9ce83..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-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;
-