kivitendo/SL/BackgroundJob/ALL.pm @ 9e152755
package SL::BackgroundJob::ALL;
|
|
|
|
use strict;
|
|
|
|
use SL::BackgroundJob::Base;
|
|
use SL::BackgroundJob::CleanBackgroundJobHistory;
|
|
use SL::BackgroundJob::CreatePeriodicInvoices;
|
|
|
|
1;
|
|
|