Controller zur Verwaltung von BackgroundJobHistory-Einträgen
[kivitendo-erp.git] / SL / DB / BackgroundJobHistory.pm
index f8e08f8..4be8f66 100644 (file)
@@ -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;