5688d2cc8d549bf8f01e3efb672fe519ad97e3f1
[kivitendo-erp.git] / ALL.pm
1 package SL::BackgroundJob::ALL;
2
3 use strict;
4
5 use SL::BackgroundJob::Base;
6 use SL::BackgroundJob::CleanBackgroundJobHistory;
7 use SL::BackgroundJob::CreatePeriodicInvoices;
8
9 1;
10