X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/295e585ae307aa9b4d7f5028187d1954b44e76af..e14cb525c640cb15bb6b2dfb62ccebbe78cb45cd:/SL/DB/BackgroundJobHistory.pm diff --git a/SL/DB/BackgroundJobHistory.pm b/SL/DB/BackgroundJobHistory.pm index f8e08f8d9..4be8f66c3 100644 --- a/SL/DB/BackgroundJobHistory.pm +++ b/SL/DB/BackgroundJobHistory.pm @@ -6,8 +6,6 @@ package SL::DB::BackgroundJobHistory; use strict; use SL::DB::MetaSetup::BackgroundJobHistory; - -# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. -__PACKAGE__->meta->make_manager_class; +use SL::DB::Manager::BackgroundJobHistory; 1;