kivitendo/SL/DB/BackgroundJobHistory.pm @ c4eb3b16
295e585a | Moritz Bunkus | # This file has been auto-generated only because it didn't exist.
|
||
# Feel free to modify it at will; it will not be overwritten automatically.
|
||||
package SL::DB::BackgroundJobHistory;
|
||||
use strict;
|
||||
use SL::DB::MetaSetup::BackgroundJobHistory;
|
||||
23a8d2c0 | Moritz Bunkus | use SL::DB::Manager::BackgroundJobHistory;
|
||
295e585a | Moritz Bunkus | |||
1;
|