X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FBackgroundJobHistory.pm;h=1455480399ae79cb9c5a58476cf7e1cd1eaf85b3;hb=42646def7270f58d3943e8cf19943cb61bdb5ad8;hp=f8e08f8d96146747b16b8b156d12f732ba1a7633;hpb=295e585ae307aa9b4d7f5028187d1954b44e76af;p=kivitendo-erp.git diff --git a/SL/DB/BackgroundJobHistory.pm b/SL/DB/BackgroundJobHistory.pm index f8e08f8d9..145548039 100644 --- a/SL/DB/BackgroundJobHistory.pm +++ b/SL/DB/BackgroundJobHistory.pm @@ -6,8 +6,8 @@ package SL::DB::BackgroundJobHistory; use strict; use SL::DB::MetaSetup::BackgroundJobHistory; +use SL::DB::Manager::BackgroundJobHistory; -# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. -__PACKAGE__->meta->make_manager_class; +__PACKAGE__->meta->initialize; 1;