]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/BackgroundJobHistory.pm
use parent statt use base in MetaSetup
[kivitendo-erp.git] / SL / DB / MetaSetup / BackgroundJobHistory.pm
index 24ce17ff1c4c0ec2305132f3a5f2f5046a145b33..ca784fdc428aeae17b9eb18d8ee01bb319121408 100644 (file)
@@ -4,7 +4,7 @@ package SL::DB::BackgroundJobHistory;
 
 use strict;
 
-use base qw(SL::DB::Object);
+use parent qw(SL::DB::Object);
 
 __PACKAGE__->meta->table('background_job_histories');